Html Css Color HEX #37A0AD Pelorous

📋 copy color: '#37A0AD'

red 55 ◦ green 160 ◦ blue 173

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

Shades of Pelorous #37A0AD

Tints of Pelorous #37A0AD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 14.18%
G = 41.24%
B = 44.59%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#37A0AD (or 0x37A0AD) is known color: Pelorous. HEX triplet: 37, A0 and AD. RGB value is (55,160,173). Sum of RGB (Red+Green+Blue) = 55+160+173=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #37A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A0AD is #C85F52. Grayscale: #818181. Windows color (decimal): -13131603 or 11378743. OLE color: 11378743.

HSL color Cylindrical-coordinate representation of color #37A0AD: hue angle of 186.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37A0AD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 160 173 -
CMYK 0.68 0.08 0 0.32
HSL 186.61º 0.52% 0.45% -
HSV(B) 186.61º 0.68% 0.68% -
XYZ 21.69 28.97 43.98 -
YUV 130.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 55 160 173 0.68 0.08 0 0.32 186.61 0.52 0.45
Hex 37 A0 AD 44 8 0 20 BB 34 2D
Octal 67 240 255 104 10 0 40 273 64 55
Binary 110111 10100000 10101101 1000100 1000 0 100000 10111011 110100 101101

Color Harmonies of #37A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A0AD

Black with #37A0AD

Text Example


Text Example

White with #37A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37A0AD; }

 p { color: rgb(55,160,173); }

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

background-color css

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

 a { background-color: rgb(55,160,173); }

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

border-color css

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

 span { border-color: rgb(55,160,173); }

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