Html Css Color HEX #1F9488 Java

📋 copy color: '#1F9488'

red 31 ◦ green 148 ◦ blue 136

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

Shades of Java #1F9488

Tints of Java #1F9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 9.84%
G = 46.98%
B = 43.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#1F9488 (or 0x1F9488) is known color: Java. HEX triplet: 1F, 94 and 88. RGB value is (31,148,136). Sum of RGB (Red+Green+Blue) = 31+148+136=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9488 is #E06B77. Grayscale: #6F6F6F. Windows color (decimal): -14707576 or 8950815. OLE color: 8950815.

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

Color convert

RGB 31 148 136 -
CMYK 0.79 0 0.08 0.42
HSL 173.85º 0.65% 0.35% -
HSV(B) 173.85º 0.79% 0.58% -
XYZ 15.6 23.25 26.96 -
YUV 111.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 31 148 136 0.79 0 0.08 0.42 173.85 0.65 0.35
Hex 1F 94 88 4F 0 8 2A AE 41 23
Octal 37 224 210 117 0 10 52 256 101 43
Binary 11111 10010100 10001000 1001111 0 1000 101010 10101110 1000001 100011

Color Harmonies of #1F9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9488

Black with #1F9488

Text Example


Text Example

White with #1F9488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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