Html Css Color HEX #0F9B9D Java

📋 copy color: '#0F9B9D'

red 15 ◦ green 155 ◦ blue 157

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

Shades of Java #0F9B9D

Tints of Java #0F9B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.4%

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

R = 4.59%
G = 47.4%
B = 48.01%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F9B9D (or 0x0F9B9D) is known color: Java. HEX triplet: 0F, 9B and 9D. RGB value is (15,155,157). Sum of RGB (Red+Green+Blue) = 15+155+157=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F9B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9B9D is #F06462. Grayscale: #717171. Windows color (decimal): -15754339 or 10328847. OLE color: 10328847.

HSL color Cylindrical-coordinate representation of color #0F9B9D: hue angle of 180.85º 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 #0F9B9D is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 155 157 -
CMYK 0.90 0.01 0 0.38
HSL 180.85º 0.83% 0.34% -
HSV(B) 180.85º 0.9% 0.62% -
XYZ 18 25.98 35.96 -
YUV 113.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 15 155 157 0.90 0.01 0 0.38 180.85 0.83 0.34
Hex F 9B 9D 5A 1 0 26 B5 53 22
Octal 17 233 235 132 1 0 46 265 123 42
Binary 1111 10011011 10011101 1011010 1 0 100110 10110101 1010011 100010

Color Harmonies of #0F9B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B9D

Black with #0F9B9D

Text Example


Text Example

White with #0F9B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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