Html Css Color HEX #009091 Dark Cyan

📋 copy color: '#009091'

red 0 ◦ green 144 ◦ blue 145

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

Shades of Dark Cyan #009091

Tints of Dark Cyan #009091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 0%
G = 49.83%
B = 50.17%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#009091 (or 0x009091) is known color: Dark Cyan. HEX triplet: 00, 90 and 91. RGB value is (0,144,145). Sum of RGB (Red+Green+Blue) = 0+144+145=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #009091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009091 is #FF6F6E. Grayscale: #646464. Windows color (decimal): -16740207 or 9539584. OLE color: 9539584.

HSL color Cylindrical-coordinate representation of color #009091: hue angle of 180.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009091 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 144 145 -
CMYK 1 0.01 0 0.43
HSL 180.41º 1% 0.28% -
HSV(B) 180.41º 1% 0.57% -
XYZ 15.08 21.99 30.24 -
YUV 101.06 152.79 55.92 -
System Red Green Blue C M Y K H S L
Decimal 0 144 145 1 0.01 0 0.43 180.41 1 0.28
Hex 0 90 91 64 1 0 2B B4 64 1C
Octal 0 220 221 144 1 0 53 264 144 34
Binary 0 10010000 10010001 1100100 1 0 101011 10110100 1100100 11100

Color Harmonies of #009091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009091

Black with #009091

Text Example


Text Example

White with #009091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009091; }

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

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

background-color css

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

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

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

border-color css

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

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

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