#276E74

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

Shades of Atoll #276E74

Tints of Atoll #276E74

Color information

#276E74 (or 0x276E74) is unknown color: approx Atoll. HEX triplet: 27, 6E and 74. RGB value is (39,110,116). Sum of RGB (Red+Green+Blue) = 39+110+116=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #276E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E74 is #D8918B. Grayscale: #595959. Windows color (decimal): -14193036 or 7630375. OLE color: 7630375.

HSL color Cylindrical-coordinate representation of color #276E74: hue angle of 184.68º 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 #276E74 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39110116-
CMYK0.660.0500.55
HSL184.68º49.68%30.39%-
HSV(B)184.68º66.38%45.49%-
XYZ9.5712.8418.5-
YUV89.46142.9892.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=14.72%
G=41.51%
B=43.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391101160.660.0500.55184.6849.6830.39
Hex276E74425037b9321e
Octal4715616410250672716236
Binary10011111011101110100100001010101101111011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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