Html Css Color HEX #31A69C Java

📋 copy color: '#31A69C'

red 49 ◦ green 166 ◦ blue 156

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

Shades of Java #31A69C

Tints of Java #31A69C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 13.21%
G = 44.74%
B = 42.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#31A69C (or 0x31A69C) is known color: Java. HEX triplet: 31, A6 and 9C. RGB value is (49,166,156). Sum of RGB (Red+Green+Blue) = 49+166+156=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #31A69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A69C is #CE5963. Grayscale: #818181. Windows color (decimal): -13523300 or 10266161. OLE color: 10266161.

HSL color Cylindrical-coordinate representation of color #31A69C: hue angle of 174.87º 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 #31A69C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 166 156 -
CMYK 0.70 0 0.06 0.35
HSL 174.87º 0.54% 0.42% -
HSV(B) 174.87º 0.7% 0.65% -
XYZ 20.9 30.33 36.2 -
YUV 129.88 142.74 70.31 -
System Red Green Blue C M Y K H S L
Decimal 49 166 156 0.70 0 0.06 0.35 174.87 0.54 0.42
Hex 31 A6 9C 46 0 6 23 AF 36 2A
Octal 61 246 234 106 0 6 43 257 66 52
Binary 110001 10100110 10011100 1000110 0 110 100011 10101111 110110 101010

Color Harmonies of #31A69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A69C

Black with #31A69C

Text Example


Text Example

White with #31A69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,156); }

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

background-color css

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

 a { background-color: rgb(49,166,156); }

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

border-color css

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

 span { border-color: rgb(49,166,156); }

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