Html Css Color HEX #1F988B Java

📋 copy color: '#1F988B'

red 31 ◦ green 152 ◦ blue 139

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

Shades of Java #1F988B

Tints of Java #1F988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 9.63%
G = 47.2%
B = 43.17%

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

#1F988B (or 0x1F988B) is known color: Java. HEX triplet: 1F, 98 and 8B. RGB value is (31,152,139). Sum of RGB (Red+Green+Blue) = 31+152+139=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #1F988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F988B is #E06774. Grayscale: #727272. Windows color (decimal): -14706549 or 9148447. OLE color: 9148447.

HSL color Cylindrical-coordinate representation of color #1F988B: hue angle of 173.55º 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 #1F988B is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 152 139 -
CMYK 0.80 0 0.09 0.40
HSL 173.55º 0.66% 0.36% -
HSV(B) 173.55º 0.8% 0.6% -
XYZ 16.45 24.61 28.31 -
YUV 114.34 141.91 68.56 -
System Red Green Blue C M Y K H S L
Decimal 31 152 139 0.80 0 0.09 0.40 173.55 0.66 0.36
Hex 1F 98 8B 50 0 9 28 AE 42 24
Octal 37 230 213 120 0 11 50 256 102 44
Binary 11111 10011000 10001011 1010000 0 1001 101000 10101110 1000010 100100

Color Harmonies of #1F988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F988B

Black with #1F988B

Text Example


Text Example

White with #1F988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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