Html Css Color HEX #1F9993 Java

📋 copy color: '#1F9993'

red 31 ◦ green 153 ◦ blue 147

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

Shades of Java #1F9993

Tints of Java #1F9993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 9.37%
G = 46.22%
B = 44.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#1F9993 (or 0x1F9993) is known color: Java. HEX triplet: 1F, 99 and 93. RGB value is (31,153,147). Sum of RGB (Red+Green+Blue) = 31+153+147=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9993 is #E0666C. Grayscale: #737373. Windows color (decimal): -14706285 or 9672991. OLE color: 9672991.

HSL color Cylindrical-coordinate representation of color #1F9993: hue angle of 177.05º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9993 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 153 147 -
CMYK 0.80 0 0.04 0.4
HSL 177.05º 0.66% 0.36% -
HSV(B) 177.05º 0.8% 0.6% -
XYZ 17.22 25.18 31.56 -
YUV 115.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 31 153 147 0.80 0 0.04 0.4 177.05 0.66 0.36
Hex 1F 99 93 50 0 4 28 B1 42 24
Octal 37 231 223 120 0 4 50 261 102 44
Binary 11111 10011001 10010011 1010000 0 100 101000 10110001 1000010 100100

Color Harmonies of #1F9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9993

Black with #1F9993

Text Example


Text Example

White with #1F9993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,147); }

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

background-color css

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

 a { background-color: rgb(31,153,147); }

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

border-color css

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

 span { border-color: rgb(31,153,147); }

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