Html Css Color HEX #276E70 Atoll

📋 copy color: '#276E70'

red 39 ◦ green 110 ◦ blue 112

#276E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #276E70

Tints of Atoll #276E70

RGB

 RED value IS 39 (15.63% 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 value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#276E70 (or 0x276E70) is known color: 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

RGB 39 110 112 -
CMYK 0.65 0.02 0 0.56
HSL 181.64º 0.48% 0.3% -
HSV(B) 181.64º 0.65% 0.44% -
XYZ 9.34 12.75 17.3 -
YUV 89 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 39 110 112 0.65 0.02 0 0.56 181.64 0.48 0.3
Hex 27 6E 70 41 2 0 38 B6 30 1E
Octal 47 156 160 101 2 0 70 266 60 36
Binary 100111 1101110 1110000 1000001 10 0 111000 10110110 110000 11110

Color Harmonies of #276E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E70

Black with #276E70

Text Example


Text Example

White with #276E70

Text Example


Text Example

HTML Codes & Css Web 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>