Html Css Color HEX #009097 Dark Cyan

📋 copy color: '#009097'

red 0 ◦ green 144 ◦ blue 151

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

Shades of Dark Cyan #009097

Tints of Dark Cyan #009097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 0%
G = 48.81%
B = 51.19%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#009097 (or 0x009097) is known color: Dark Cyan. HEX triplet: 00, 90 and 97. RGB value is (0,144,151). Sum of RGB (Red+Green+Blue) = 0+144+151=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #009097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009097 is #FF6F68. Grayscale: #656565. Windows color (decimal): -16740201 or 9932800. OLE color: 9932800.

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

Color convert

RGB 0 144 151 -
CMYK 1 0.05 0 0.41
HSL 182.78º 1% 0.3% -
HSV(B) 182.78º 1% 0.59% -
XYZ 15.56 22.18 32.74 -
YUV 101.74 155.79 55.43 -
System Red Green Blue C M Y K H S L
Decimal 0 144 151 1 0.05 0 0.41 182.78 1 0.3
Hex 0 90 97 64 5 0 29 B7 64 1E
Octal 0 220 227 144 5 0 51 267 144 36
Binary 0 10010000 10010111 1100100 101 0 101001 10110111 1100100 11110

Color Harmonies of #009097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009097

Black with #009097

Text Example


Text Example

White with #009097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009097; }

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

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

background-color css

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

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

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

border-color css

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

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

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