Html Css Color HEX #1F999B Java

📋 copy color: '#1F999B'

red 31 ◦ green 153 ◦ blue 155

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

Shades of Java #1F999B

Tints of Java #1F999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 9.14%
G = 45.13%
B = 45.72%

CMYK

 C value IS 0.8

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F999B (or 0x1F999B) is known color: Java. HEX triplet: 1F, 99 and 9B. RGB value is (31,153,155). Sum of RGB (Red+Green+Blue) = 31+153+155=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F999B is #E06664. Grayscale: #747474. Windows color (decimal): -14706277 or 10197279. OLE color: 10197279.

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

Color convert

RGB 31 153 155 -
CMYK 0.8 0.01 0 0.39
HSL 180.97º 0.67% 0.36% -
HSV(B) 180.97º 0.8% 0.61% -
XYZ 17.87 25.44 34.98 -
YUV 116.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 31 153 155 0.8 0.01 0 0.39 180.97 0.67 0.36
Hex 1F 99 9B 50 1 0 27 B5 43 24
Octal 37 231 233 120 1 0 47 265 103 44
Binary 11111 10011001 10011011 1010000 1 0 100111 10110101 1000011 100100

Color Harmonies of #1F999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F999B

Black with #1F999B

Text Example


Text Example

White with #1F999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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