Html Css Color HEX #37A5A0 Java

📋 copy color: '#37A5A0'

red 55 ◦ green 165 ◦ blue 160

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

Shades of Java #37A5A0

Tints of Java #37A5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.42%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 14.47%
G = 43.42%
B = 42.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#37A5A0 (or 0x37A5A0) is known color: Java. HEX triplet: 37, A5 and A0. RGB value is (55,165,160). Sum of RGB (Red+Green+Blue) = 55+165+160=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #37A5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A5A0 is #C85A5F. Grayscale: #838383. Windows color (decimal): -13130336 or 10528055. OLE color: 10528055.

HSL color Cylindrical-coordinate representation of color #37A5A0: hue angle of 177.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A5A0 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 165 160 -
CMYK 0.67 0 0.03 0.35
HSL 177.27º 0.5% 0.43% -
HSV(B) 177.27º 0.67% 0.65% -
XYZ 21.38 30.26 37.97 -
YUV 131.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 55 165 160 0.67 0 0.03 0.35 177.27 0.5 0.43
Hex 37 A5 A0 43 0 3 23 B1 32 2B
Octal 67 245 240 103 0 3 43 261 62 53
Binary 110111 10100101 10100000 1000011 0 11 100011 10110001 110010 101011

Color Harmonies of #37A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A5A0

Black with #37A5A0

Text Example


Text Example

White with #37A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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