#276E70

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

Shades of Atoll #276E70

Tints of Atoll #276E70

Color information

#276E70 (or 0x276E70) is unknown color: approx Atoll. HEX triplet: 27, 6E and 70. RGB value is (39,110,112). Sum of RGB (Red+Green+Blue) = 39+110+112=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #276E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E70 is #D8918F. Grayscale: #585858. Windows color (decimal): -14193040 or 7368231. OLE color: 7368231.

HSL color Cylindrical-coordinate representation of color #276E70: hue angle of 181.64º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E70 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB39110112-
CMYK0.650.0200.56
HSL181.64º48.34%29.61%-
HSV(B)181.64º65.18%43.92%-
XYZ9.3412.7517.3-
YUV89140.9892.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=14.94%
G=42.15%
B=42.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391101120.650.0200.56181.6448.3429.61
Hex276E70412038b6301e
Octal4715616010120702666036
Binary1001111101110111000010000011001110001011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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