Html Css Color HEX #1F9188 Java

📋 copy color: '#1F9188'

red 31 ◦ green 145 ◦ blue 136

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

Shades of Java #1F9188

Tints of Java #1F9188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 9.94%
G = 46.47%
B = 43.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#1F9188 (or 0x1F9188) is known color: Java. HEX triplet: 1F, 91 and 88. RGB value is (31,145,136). Sum of RGB (Red+Green+Blue) = 31+145+136=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9188 is #E06E77. Grayscale: #6D6D6D. Windows color (decimal): -14708344 or 8950047. OLE color: 8950047.

HSL color Cylindrical-coordinate representation of color #1F9188: hue angle of 175.26º 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 #1F9188 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 145 136 -
CMYK 0.79 0 0.06 0.43
HSL 175.26º 0.65% 0.35% -
HSV(B) 175.26º 0.79% 0.57% -
XYZ 15.13 22.32 26.8 -
YUV 109.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 31 145 136 0.79 0 0.06 0.43 175.26 0.65 0.35
Hex 1F 91 88 4F 0 6 2B AF 41 23
Octal 37 221 210 117 0 6 53 257 101 43
Binary 11111 10010001 10001000 1001111 0 110 101011 10101111 1000001 100011

Color Harmonies of #1F9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9188

Black with #1F9188

Text Example


Text Example

White with #1F9188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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