Html Css Color HEX #1F988A Java

📋 copy color: '#1F988A'

red 31 ◦ green 152 ◦ blue 138

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

Shades of Java #1F988A

Tints of Java #1F988A

RGB

 RED value IS 31 (12.5% from 255) = 9.66%

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

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 9.66%
G = 47.35%
B = 42.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#1F988A (or 0x1F988A) is known color: Java. HEX triplet: 1F, 98 and 8A. RGB value is (31,152,138). Sum of RGB (Red+Green+Blue) = 31+152+138=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #1F988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F988A is #E06775. Grayscale: #727272. Windows color (decimal): -14706550 or 9082911. OLE color: 9082911.

HSL color Cylindrical-coordinate representation of color #1F988A: hue angle of 173.06º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F988A is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 152 138 -
CMYK 0.80 0 0.09 0.40
HSL 173.06º 0.66% 0.36% -
HSV(B) 173.06º 0.8% 0.6% -
XYZ 16.38 24.58 27.93 -
YUV 114.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 31 152 138 0.80 0 0.09 0.40 173.06 0.66 0.36
Hex 1F 98 8A 50 0 9 28 AD 42 24
Octal 37 230 212 120 0 11 50 255 102 44
Binary 11111 10011000 10001010 1010000 0 1001 101000 10101101 1000010 100100

Color Harmonies of #1F988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F988A

Black with #1F988A

Text Example


Text Example

White with #1F988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F988A; }

 p { color: rgb(31,152,138); }

 H1.HeaderClassName
 {
   color: #1F988A;
 }
 .AnyTagClassName
 {
   color: #1F988A;
 }
</style>

background-color css

<style>
 a { background-color: #1F988A; }

 a { background-color: rgb(31,152,138); }

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

border-color css

<style>
 span { border-color: #1F988A; }

 span { border-color: rgb(31,152,138); }

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