Html Css Color HEX #31A59D Java

📋 copy color: '#31A59D'

red 49 ◦ green 165 ◦ blue 157

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

Shades of Java #31A59D

Tints of Java #31A59D

RGB

 RED value IS 49 (19.53% from 255) = 13.21%

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

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 13.21%
G = 44.47%
B = 42.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#31A59D (or 0x31A59D) is known color: Java. HEX triplet: 31, A5 and 9D. RGB value is (49,165,157). Sum of RGB (Red+Green+Blue) = 49+165+157=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #31A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A59D is #CE5A62. Grayscale: #818181. Windows color (decimal): -13523555 or 10331441. OLE color: 10331441.

HSL color Cylindrical-coordinate representation of color #31A59D: hue angle of 175.86º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A59D is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 157 -
CMYK 0.70 0 0.05 0.35
HSL 175.86º 0.54% 0.42% -
HSV(B) 175.86º 0.7% 0.65% -
XYZ 20.81 30 36.59 -
YUV 129.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 49 165 157 0.70 0 0.05 0.35 175.86 0.54 0.42
Hex 31 A5 9D 46 0 5 23 B0 36 2A
Octal 61 245 235 106 0 5 43 260 66 52
Binary 110001 10100101 10011101 1000110 0 101 100011 10110000 110110 101010

Color Harmonies of #31A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A59D

Black with #31A59D

Text Example


Text Example

White with #31A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A59D; }

 p { color: rgb(49,165,157); }

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

background-color css

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

 a { background-color: rgb(49,165,157); }

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

border-color css

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

 span { border-color: rgb(49,165,157); }

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