Html Css Color HEX #31988E Java

📋 copy color: '#31988E'

red 49 ◦ green 152 ◦ blue 142

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

Shades of Java #31988E

Tints of Java #31988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 14.29%
G = 44.31%
B = 41.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#31988E (or 0x31988E) is known color: Java. HEX triplet: 31, 98 and 8E. RGB value is (49,152,142). Sum of RGB (Red+Green+Blue) = 49+152+142=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #31988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31988E is #CE6771. Grayscale: #787878. Windows color (decimal): -13526898 or 9345073. OLE color: 9345073.

HSL color Cylindrical-coordinate representation of color #31988E: hue angle of 174.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31988E is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 142 -
CMYK 0.68 0 0.07 0.40
HSL 174.17º 0.51% 0.39% -
HSV(B) 174.17º 0.68% 0.6% -
XYZ 17.38 25.06 29.51 -
YUV 120.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 49 152 142 0.68 0 0.07 0.40 174.17 0.51 0.39
Hex 31 98 8E 44 0 7 28 AE 33 27
Octal 61 230 216 104 0 7 50 256 63 47
Binary 110001 10011000 10001110 1000100 0 111 101000 10101110 110011 100111

Color Harmonies of #31988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31988E

Black with #31988E

Text Example


Text Example

White with #31988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31988E; }

 p { color: rgb(49,152,142); }

 H1.HeaderClassName
 {
   color: #31988E;
 }
 .AnyTagClassName
 {
   color: #31988E;
 }
</style>

background-color css

<style>
 a { background-color: #31988E; }

 a { background-color: rgb(49,152,142); }

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

border-color css

<style>
 span { border-color: #31988E; }

 span { border-color: rgb(49,152,142); }

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