Html Css Color HEX #37807F Atoll

📋 copy color: '#37807F'

red 55 ◦ green 128 ◦ blue 127

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

Shades of Atoll #37807F

Tints of Atoll #37807F

RGB

 RED value IS 55 (21.88% from 255) = 17.74%

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 127 (50% from 255) = 40.97%

R = 17.74%
G = 41.29%
B = 40.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#37807F (or 0x37807F) is known color: Atoll. HEX triplet: 37, 80 and 7F. RGB value is (55,128,127). Sum of RGB (Red+Green+Blue) = 55+128+127=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #37807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37807F is #C87F80. Grayscale: #696969. Windows color (decimal): -13139841 or 8355895. OLE color: 8355895.

HSL color Cylindrical-coordinate representation of color #37807F: hue angle of 179.18º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37807F is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 127 -
CMYK 0.57 0 0.01 0.50
HSL 179.18º 0.4% 0.36% -
HSV(B) 179.18º 0.57% 0.5% -
XYZ 13.13 17.78 22.82 -
YUV 106.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 55 128 127 0.57 0 0.01 0.50 179.18 0.4 0.36
Hex 37 80 7F 39 0 1 32 B3 28 24
Octal 67 200 177 71 0 1 62 263 50 44
Binary 110111 10000000 1111111 111001 0 1 110010 10110011 101000 100100

Color Harmonies of #37807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37807F

Black with #37807F

Text Example


Text Example

White with #37807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37807F; }

 p { color: rgb(55,128,127); }

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

background-color css

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

 a { background-color: rgb(55,128,127); }

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

border-color css

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

 span { border-color: rgb(55,128,127); }

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