Html Css Color HEX #277576 Atoll

📋 copy color: '#277576'

red 39 ◦ green 117 ◦ blue 118

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

Shades of Atoll #277576

Tints of Atoll #277576

RGB

 RED value IS 39 (15.63% from 255) = 14.23%

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 14.23%
G = 42.7%
B = 43.07%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#277576 (or 0x277576) is known color: Atoll. HEX triplet: 27, 75 and 76. RGB value is (39,117,118). Sum of RGB (Red+Green+Blue) = 39+117+118=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #277576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277576 is #D88A89. Grayscale: #5D5D5D. Windows color (decimal): -14191242 or 7763239. OLE color: 7763239.

HSL color Cylindrical-coordinate representation of color #277576: hue angle of 180.76º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277576 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 118 -
CMYK 0.67 0.01 0 0.54
HSL 180.76º 0.5% 0.31% -
HSV(B) 180.76º 0.67% 0.46% -
XYZ 10.47 14.46 19.38 -
YUV 93.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 39 117 118 0.67 0.01 0 0.54 180.76 0.5 0.31
Hex 27 75 76 43 1 0 36 B5 32 1F
Octal 47 165 166 103 1 0 66 265 62 37
Binary 100111 1110101 1110110 1000011 1 0 110110 10110101 110010 11111

Color Harmonies of #277576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277576

Black with #277576

Text Example


Text Example

White with #277576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277576; }

 p { color: rgb(39,117,118); }

 H1.HeaderClassName
 {
   color: #277576;
 }
 .AnyTagClassName
 {
   color: #277576;
 }
</style>

background-color css

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

 a { background-color: rgb(39,117,118); }

 div.DivClassName
 {
   background-color: #277576;
 }
 .BgClassName
 {
   background-color: #277576;
 }
</style>

border-color css

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

 span { border-color: rgb(39,117,118); }

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