Html Css Color HEX #1F8C89 Java

📋 copy color: '#1F8C89'

red 31 ◦ green 140 ◦ blue 137

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

Shades of Java #1F8C89

Tints of Java #1F8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 10.06%
G = 45.45%
B = 44.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#1F8C89 (or 0x1F8C89) is known color: Java. HEX triplet: 1F, 8C and 89. RGB value is (31,140,137). Sum of RGB (Red+Green+Blue) = 31+140+137=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8C89 is #E07376. Grayscale: #6A6A6A. Windows color (decimal): -14709623 or 9014303. OLE color: 9014303.

HSL color Cylindrical-coordinate representation of color #1F8C89: hue angle of 178.35º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C89 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 140 137 -
CMYK 0.78 0 0.02 0.45
HSL 178.35º 0.64% 0.34% -
HSV(B) 178.35º 0.78% 0.55% -
XYZ 14.46 20.85 26.93 -
YUV 107.07 144.89 73.74 -
System Red Green Blue C M Y K H S L
Decimal 31 140 137 0.78 0 0.02 0.45 178.35 0.64 0.34
Hex 1F 8C 89 4E 0 2 2D B2 40 22
Octal 37 214 211 116 0 2 55 262 100 42
Binary 11111 10001100 10001001 1001110 0 10 101101 10110010 1000000 100010

Color Harmonies of #1F8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8C89

Black with #1F8C89

Text Example


Text Example

White with #1F8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,140,137); }

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

background-color css

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

 a { background-color: rgb(31,140,137); }

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

border-color css

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

 span { border-color: rgb(31,140,137); }

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