Html Css Color HEX #0F979B Java

📋 copy color: '#0F979B'

red 15 ◦ green 151 ◦ blue 155

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

Shades of Java #0F979B

Tints of Java #0F979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

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

R = 4.67%
G = 47.04%
B = 48.29%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F979B (or 0x0F979B) is known color: Java. HEX triplet: 0F, 97 and 9B. RGB value is (15,151,155). Sum of RGB (Red+Green+Blue) = 15+151+155=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F979B is #F06864. Grayscale: #6E6E6E. Windows color (decimal): -15755365 or 10196751. OLE color: 10196751.

HSL color Cylindrical-coordinate representation of color #0F979B: hue angle of 181.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F979B is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 151 155 -
CMYK 0.90 0.03 0 0.39
HSL 181.71º 0.82% 0.33% -
HSV(B) 181.71º 0.9% 0.61% -
XYZ 17.18 24.6 34.85 -
YUV 110.79 152.94 59.67 -
System Red Green Blue C M Y K H S L
Decimal 15 151 155 0.90 0.03 0 0.39 181.71 0.82 0.33
Hex F 97 9B 5A 3 0 27 B6 52 21
Octal 17 227 233 132 3 0 47 266 122 41
Binary 1111 10010111 10011011 1011010 11 0 100111 10110110 1010010 100001

Color Harmonies of #0F979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F979B

Black with #0F979B

Text Example


Text Example

White with #0F979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,151,155); }

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

background-color css

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

 a { background-color: rgb(15,151,155); }

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

border-color css

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

 span { border-color: rgb(15,151,155); }

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