Html Css Color HEX #009487 Dark Cyan

📋 copy color: '#009487'

red 0 ◦ green 148 ◦ blue 135

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

Shades of Dark Cyan #009487

Tints of Dark Cyan #009487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 135 (53.13% from 255) = 47.7%

R = 0%
G = 52.3%
B = 47.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#009487 (or 0x009487) is known color: Dark Cyan. HEX triplet: 00, 94 and 87. RGB value is (0,148,135). Sum of RGB (Red+Green+Blue) = 0+148+135=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #009487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009487 is #FF6B78. Grayscale: #666666. Windows color (decimal): -16739193 or 8885248. OLE color: 8885248.

HSL color Cylindrical-coordinate representation of color #009487: hue angle of 174.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009487 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 135 -
CMYK 1 0 0.09 0.42
HSL 174.73º 1% 0.29% -
HSV(B) 174.73º 1% 0.58% -
XYZ 14.96 22.93 26.56 -
YUV 102.27 146.47 55.06 -
System Red Green Blue C M Y K H S L
Decimal 0 148 135 1 0 0.09 0.42 174.73 1 0.29
Hex 0 94 87 64 0 9 2A AF 64 1D
Octal 0 224 207 144 0 11 52 257 144 35
Binary 0 10010100 10000111 1100100 0 1001 101010 10101111 1100100 11101

Color Harmonies of #009487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009487

Black with #009487

Text Example


Text Example

White with #009487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009487; }

 p { color: rgb(0,148,135); }

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

background-color css

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

 a { background-color: rgb(0,148,135); }

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

border-color css

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

 span { border-color: rgb(0,148,135); }

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