Html Css Color HEX #009692 Dark Cyan

📋 copy color: '#009692'

red 0 ◦ green 150 ◦ blue 146

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

Shades of Dark Cyan #009692

Tints of Dark Cyan #009692

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 50.68%
B = 49.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#009692 (or 0x009692) is known color: Dark Cyan. HEX triplet: 00, 96 and 92. RGB value is (0,150,146). Sum of RGB (Red+Green+Blue) = 0+150+146=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #009692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009692 is #FF696D. Grayscale: #686868. Windows color (decimal): -16738670 or 9606656. OLE color: 9606656.

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

Color convert

RGB 0 150 146 -
CMYK 1 0 0.03 0.41
HSL 178.4º 1% 0.29% -
HSV(B) 178.4º 1% 0.59% -
XYZ 16.09 23.89 30.96 -
YUV 104.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 0 150 146 1 0 0.03 0.41 178.4 1 0.29
Hex 0 96 92 64 0 3 29 B2 64 1D
Octal 0 226 222 144 0 3 51 262 144 35
Binary 0 10010110 10010010 1100100 0 11 101001 10110010 1100100 11101

Color Harmonies of #009692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009692

Black with #009692

Text Example


Text Example

White with #009692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009692; }

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

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

background-color css

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

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

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

border-color css

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

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

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