Html Css Color HEX #009698 Dark Cyan

📋 copy color: '#009698'

red 0 ◦ green 150 ◦ blue 152

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

Shades of Dark Cyan #009698

Tints of Dark Cyan #009698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 0%
G = 49.67%
B = 50.33%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#009698 (or 0x009698) is known color: Dark Cyan. HEX triplet: 00, 96 and 98. RGB value is (0,150,152). Sum of RGB (Red+Green+Blue) = 0+150+152=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #009698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009698 is #FF6967. Grayscale: #696969. Windows color (decimal): -16738664 or 9999872. OLE color: 9999872.

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

Color convert

RGB 0 150 152 -
CMYK 1 0.01 0 0.40
HSL 180.79º 1% 0.3% -
HSV(B) 180.79º 1% 0.6% -
XYZ 16.57 24.08 33.48 -
YUV 105.38 154.31 52.84 -
System Red Green Blue C M Y K H S L
Decimal 0 150 152 1 0.01 0 0.40 180.79 1 0.3
Hex 0 96 98 64 1 0 28 B5 64 1E
Octal 0 226 230 144 1 0 50 265 144 36
Binary 0 10010110 10011000 1100100 1 0 101000 10110101 1100100 11110

Color Harmonies of #009698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009698

Black with #009698

Text Example


Text Example

White with #009698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009698; }

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

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

background-color css

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

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

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

border-color css

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

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

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