#276D74

Color #276D74 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #276D74

Tints of Atoll #276D74

Color information

#276D74 (or 0x276D74) is unknown color: approx Atoll. HEX triplet: 27, 6D and 74. RGB value is (39,109,116). Sum of RGB (Red+Green+Blue) = 39+109+116=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #276D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D74 is #D8928B. Grayscale: #585858. Windows color (decimal): -14193292 or 7630119. OLE color: 7630119.

HSL color Cylindrical-coordinate representation of color #276D74: hue angle of 185.45º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276D74 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39109116-
CMYK0.660.0600.55
HSL185.45º49.68%30.39%-
HSV(B)185.45º66.38%45.49%-
XYZ9.4612.6318.46-
YUV88.87143.3192.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=14.77%
G=41.29%
B=43.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391091160.660.0600.55185.4549.6830.39
Hex276D74426037b9321e
Octal4715516410260672716236
Binary10011111011011110100100001011001101111011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276D74; }

 p { color: rgb(39,109,116); }

 H1.HeaderClassName
 {
   color: #276D74;
 }
 .AnyTagClassName
 {
   color: #276D74;
 }
</style>
background-color css

<style>
 a { background-color: #276D74; }

 a { background-color: rgb(39,109,116); }

 div.DivClassName
 {
   background-color: #276D74;
 }
 .BgClassName
 {
   background-color: #276D74;
 }
</style>
border-color css

<style>
 span { border-color: #276D74; }

 span { border-color: rgb(39,109,116); }

 td.TdClassName
 {
   border-color: #276D74;
 }
 .TagClassName
 {
   border-color: #276D74;
 }
</style>