Html Css Color HEX #1F9187 Java

📋 copy color: '#1F9187'

red 31 ◦ green 145 ◦ blue 135

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

Shades of Java #1F9187

Tints of Java #1F9187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 9.97%
G = 46.62%
B = 43.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#1F9187 (or 0x1F9187) is known color: Java. HEX triplet: 1F, 91 and 87. RGB value is (31,145,135). Sum of RGB (Red+Green+Blue) = 31+145+135=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9187 is #E06E78. Grayscale: #6D6D6D. Windows color (decimal): -14708345 or 8884511. OLE color: 8884511.

HSL color Cylindrical-coordinate representation of color #1F9187: hue angle of 174.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9187 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 145 135 -
CMYK 0.79 0 0.07 0.43
HSL 174.74º 0.65% 0.35% -
HSV(B) 174.74º 0.79% 0.57% -
XYZ 15.06 22.29 26.43 -
YUV 109.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 31 145 135 0.79 0 0.07 0.43 174.74 0.65 0.35
Hex 1F 91 87 4F 0 7 2B AF 41 23
Octal 37 221 207 117 0 7 53 257 101 43
Binary 11111 10010001 10000111 1001111 0 111 101011 10101111 1000001 100011

Color Harmonies of #1F9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9187

Black with #1F9187

Text Example


Text Example

White with #1F9187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,145,135); }

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

background-color css

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

 a { background-color: rgb(31,145,135); }

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

border-color css

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

 span { border-color: rgb(31,145,135); }

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