Html Css Color HEX #009688 Dark Cyan

📋 copy color: '#009688'

red 0 ◦ green 150 ◦ blue 136

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

Shades of Dark Cyan #009688

Tints of Dark Cyan #009688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 0%
G = 52.45%
B = 47.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#009688 (or 0x009688) is known color: Dark Cyan. HEX triplet: 00, 96 and 88. RGB value is (0,150,136). Sum of RGB (Red+Green+Blue) = 0+150+136=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #009688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009688 is #FF6977. Grayscale: #676767. Windows color (decimal): -16738680 or 8951296. OLE color: 8951296.

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

Color convert

RGB 0 150 136 -
CMYK 1 0 0.09 0.41
HSL 174.4º 1% 0.29% -
HSV(B) 174.4º 1% 0.59% -
XYZ 15.35 23.59 27.04 -
YUV 103.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 0 150 136 1 0 0.09 0.41 174.4 1 0.29
Hex 0 96 88 64 0 9 29 AE 64 1D
Octal 0 226 210 144 0 11 51 256 144 35
Binary 0 10010110 10001000 1100100 0 1001 101001 10101110 1100100 11101

Color Harmonies of #009688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009688

Black with #009688

Text Example


Text Example

White with #009688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009688; }

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

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

background-color css

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

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

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

border-color css

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

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

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