Html Css Color HEX #31A399 Java

📋 copy color: '#31A399'

red 49 ◦ green 163 ◦ blue 153

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

Shades of Java #31A399

Tints of Java #31A399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 13.42%
G = 44.66%
B = 41.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#31A399 (or 0x31A399) is known color: Java. HEX triplet: 31, A3 and 99. RGB value is (49,163,153). Sum of RGB (Red+Green+Blue) = 49+163+153=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #31A399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A399 is #CE5C66. Grayscale: #7F7F7F. Windows color (decimal): -13524071 or 10068785. OLE color: 10068785.

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

Color convert

RGB 49 163 153 -
CMYK 0.70 0 0.06 0.36
HSL 174.74º 0.54% 0.42% -
HSV(B) 174.74º 0.7% 0.64% -
XYZ 20.11 29.15 34.7 -
YUV 127.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 49 163 153 0.70 0 0.06 0.36 174.74 0.54 0.42
Hex 31 A3 99 46 0 6 24 AF 36 2A
Octal 61 243 231 106 0 6 44 257 66 52
Binary 110001 10100011 10011001 1000110 0 110 100100 10101111 110110 101010

Color Harmonies of #31A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A399

Black with #31A399

Text Example


Text Example

White with #31A399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,163,153); }

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

background-color css

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

 a { background-color: rgb(49,163,153); }

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

border-color css

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

 span { border-color: rgb(49,163,153); }

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