Html Css Color HEX #277276 Atoll

📋 copy color: '#277276'

red 39 ◦ green 114 ◦ blue 118

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

Shades of Atoll #277276

Tints of Atoll #277276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 14.39%
G = 42.07%
B = 43.54%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#277276 (or 0x277276) is known color: Atoll. HEX triplet: 27, 72 and 76. RGB value is (39,114,118). Sum of RGB (Red+Green+Blue) = 39+114+118=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #277276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277276 is #D88D89. Grayscale: #5B5B5B. Windows color (decimal): -14192010 or 7762471. OLE color: 7762471.

HSL color Cylindrical-coordinate representation of color #277276: hue angle of 183.04º 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 #277276 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 114 118 -
CMYK 0.67 0.03 0 0.54
HSL 183.04º 0.5% 0.31% -
HSV(B) 183.04º 0.67% 0.46% -
XYZ 10.12 13.77 19.26 -
YUV 92.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 39 114 118 0.67 0.03 0 0.54 183.04 0.5 0.31
Hex 27 72 76 43 3 0 36 B7 32 1F
Octal 47 162 166 103 3 0 66 267 62 37
Binary 100111 1110010 1110110 1000011 11 0 110110 10110111 110010 11111

Color Harmonies of #277276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277276

Black with #277276

Text Example


Text Example

White with #277276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277276; }

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

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

background-color css

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

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

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

border-color css

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

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

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