Html Css Color HEX #1F9C98 Java

📋 copy color: '#1F9C98'

red 31 ◦ green 156 ◦ blue 152

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

Shades of Java #1F9C98

Tints of Java #1F9C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 9.14%
G = 46.02%
B = 44.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#1F9C98 (or 0x1F9C98) is known color: Java. HEX triplet: 1F, 9C and 98. RGB value is (31,156,152). Sum of RGB (Red+Green+Blue) = 31+156+152=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C98 is #E06367. Grayscale: #767676. Windows color (decimal): -14705512 or 10001439. OLE color: 10001439.

HSL color Cylindrical-coordinate representation of color #1F9C98: hue angle of 178.08º 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 #1F9C98 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 156 152 -
CMYK 0.80 0 0.03 0.39
HSL 178.08º 0.67% 0.37% -
HSV(B) 178.08º 0.8% 0.61% -
XYZ 18.12 26.34 33.83 -
YUV 118.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 31 156 152 0.80 0 0.03 0.39 178.08 0.67 0.37
Hex 1F 9C 98 50 0 3 27 B2 43 25
Octal 37 234 230 120 0 3 47 262 103 45
Binary 11111 10011100 10011000 1010000 0 11 100111 10110010 1000011 100101

Color Harmonies of #1F9C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9C98

Black with #1F9C98

Text Example


Text Example

White with #1F9C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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