Html Css Color HEX #0F999D Java

📋 copy color: '#0F999D'

red 15 ◦ green 153 ◦ blue 157

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

Shades of Java #0F999D

Tints of Java #0F999D

RGB

 RED value IS 15 (6.25% from 255) = 4.62%

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 4.62%
G = 47.08%
B = 48.31%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F999D (or 0x0F999D) is known color: Java. HEX triplet: 0F, 99 and 9D. RGB value is (15,153,157). Sum of RGB (Red+Green+Blue) = 15+153+157=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F999D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F999D is #F06662. Grayscale: #707070. Windows color (decimal): -15754851 or 10328335. OLE color: 10328335.

HSL color Cylindrical-coordinate representation of color #0F999D: hue angle of 181.69º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F999D is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 153 157 -
CMYK 0.90 0.03 0 0.38
HSL 181.69º 0.83% 0.34% -
HSV(B) 181.69º 0.9% 0.62% -
XYZ 17.67 25.32 35.85 -
YUV 112.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 15 153 157 0.90 0.03 0 0.38 181.69 0.83 0.34
Hex F 99 9D 5A 3 0 26 B6 53 22
Octal 17 231 235 132 3 0 46 266 123 42
Binary 1111 10011001 10011101 1011010 11 0 100110 10110110 1010011 100010

Color Harmonies of #0F999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F999D

Black with #0F999D

Text Example


Text Example

White with #0F999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F999D; }

 p { color: rgb(15,153,157); }

 H1.HeaderClassName
 {
   color: #0F999D;
 }
 .AnyTagClassName
 {
   color: #0F999D;
 }
</style>

background-color css

<style>
 a { background-color: #0F999D; }

 a { background-color: rgb(15,153,157); }

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

border-color css

<style>
 span { border-color: #0F999D; }

 span { border-color: rgb(15,153,157); }

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