Html Css Color HEX #009096 Dark Cyan

📋 copy color: '#009096'

red 0 ◦ green 144 ◦ blue 150

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

Shades of Dark Cyan #009096

Tints of Dark Cyan #009096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 0%
G = 48.98%
B = 51.02%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#009096 (or 0x009096) is known color: Dark Cyan. HEX triplet: 00, 90 and 96. RGB value is (0,144,150). Sum of RGB (Red+Green+Blue) = 0+144+150=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #009096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009096 is #FF6F69. Grayscale: #656565. Windows color (decimal): -16740202 or 9867264. OLE color: 9867264.

HSL color Cylindrical-coordinate representation of color #009096: hue angle of 182.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 #009096 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 144 150 -
CMYK 1 0.04 0 0.41
HSL 182.4º 1% 0.29% -
HSV(B) 182.4º 1% 0.59% -
XYZ 15.48 22.15 32.31 -
YUV 101.63 155.29 55.51 -
System Red Green Blue C M Y K H S L
Decimal 0 144 150 1 0.04 0 0.41 182.4 1 0.29
Hex 0 90 96 64 4 0 29 B6 64 1D
Octal 0 220 226 144 4 0 51 266 144 35
Binary 0 10010000 10010110 1100100 100 0 101001 10110110 1100100 11101

Color Harmonies of #009096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009096

Black with #009096

Text Example


Text Example

White with #009096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009096; }

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

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

background-color css

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

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

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

border-color css

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

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

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