Html Css Color HEX #277978 Atoll

📋 copy color: '#277978'

red 39 ◦ green 121 ◦ blue 120

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

Shades of Atoll #277978

Tints of Atoll #277978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.21%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 13.93%
G = 43.21%
B = 42.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#277978 (or 0x277978) is known color: Atoll. HEX triplet: 27, 79 and 78. RGB value is (39,121,120). Sum of RGB (Red+Green+Blue) = 39+121+120=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #277978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277978 is #D88687. Grayscale: #606060. Windows color (decimal): -14190216 or 7895335. OLE color: 7895335.

HSL color Cylindrical-coordinate representation of color #277978: hue angle of 179.27º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277978 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 121 120 -
CMYK 0.68 0 0.01 0.53
HSL 179.27º 0.51% 0.31% -
HSV(B) 179.27º 0.68% 0.47% -
XYZ 11.06 15.46 20.17 -
YUV 96.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 39 121 120 0.68 0 0.01 0.53 179.27 0.51 0.31
Hex 27 79 78 44 0 1 35 B3 33 1F
Octal 47 171 170 104 0 1 65 263 63 37
Binary 100111 1111001 1111000 1000100 0 1 110101 10110011 110011 11111

Color Harmonies of #277978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277978

Black with #277978

Text Example


Text Example

White with #277978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277978; }

 p { color: rgb(39,121,120); }

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

background-color css

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

 a { background-color: rgb(39,121,120); }

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

border-color css

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

 span { border-color: rgb(39,121,120); }

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