Html Css Color HEX #0F9692 Dark Cyan

📋 copy color: '#0F9692'

red 15 ◦ green 150 ◦ blue 146

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

Shades of Dark Cyan #0F9692

Tints of Dark Cyan #0F9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.23%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 4.82%
G = 48.23%
B = 46.95%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#0F9692 (or 0x0F9692) is known color: Dark Cyan. HEX triplet: 0F, 96 and 92. RGB value is (15,150,146). Sum of RGB (Red+Green+Blue) = 15+150+146=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9692 is #F0696D. Grayscale: #6D6D6D. Windows color (decimal): -15755630 or 9606671. OLE color: 9606671.

HSL color Cylindrical-coordinate representation of color #0F9692: hue angle of 178.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9692 is Cyan = 0.9, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 146 -
CMYK 0.9 0 0.03 0.41
HSL 178.22º 0.82% 0.32% -
HSV(B) 178.22º 0.9% 0.59% -
XYZ 16.29 23.99 30.97 -
YUV 109.18 148.77 60.83 -
System Red Green Blue C M Y K H S L
Decimal 15 150 146 0.9 0 0.03 0.41 178.22 0.82 0.32
Hex F 96 92 5A 0 3 29 B2 52 20
Octal 17 226 222 132 0 3 51 262 122 40
Binary 1111 10010110 10010010 1011010 0 11 101001 10110010 1010010 100000

Color Harmonies of #0F9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9692

Black with #0F9692

Text Example


Text Example

White with #0F9692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,146); }

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

background-color css

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

 a { background-color: rgb(15,150,146); }

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

border-color css

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

 span { border-color: rgb(15,150,146); }

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