Html Css Color HEX #1F9C8B Java

📋 copy color: '#1F9C8B'

red 31 ◦ green 156 ◦ blue 139

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

Shades of Java #1F9C8B

Tints of Java #1F9C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

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

R = 9.51%
G = 47.85%
B = 42.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#1F9C8B (or 0x1F9C8B) is known color: Java. HEX triplet: 1F, 9C and 8B. RGB value is (31,156,139). Sum of RGB (Red+Green+Blue) = 31+156+139=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C8B is #E06374. Grayscale: #747474. Windows color (decimal): -14705525 or 9149471. OLE color: 9149471.

HSL color Cylindrical-coordinate representation of color #1F9C8B: hue angle of 171.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C8B is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 156 139 -
CMYK 0.80 0 0.11 0.39
HSL 171.84º 0.67% 0.37% -
HSV(B) 171.84º 0.8% 0.61% -
XYZ 17.11 25.93 28.53 -
YUV 116.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 31 156 139 0.80 0 0.11 0.39 171.84 0.67 0.37
Hex 1F 9C 8B 50 0 B 27 AC 43 25
Octal 37 234 213 120 0 13 47 254 103 45
Binary 11111 10011100 10001011 1010000 0 1011 100111 10101100 1000011 100101

Color Harmonies of #1F9C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9C8B

Black with #1F9C8B

Text Example


Text Example

White with #1F9C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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