Html Css Color HEX #009187 Dark Cyan

📋 copy color: '#009187'

red 0 ◦ green 145 ◦ blue 135

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

Shades of Dark Cyan #009187

Tints of Dark Cyan #009187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

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

R = 0%
G = 51.79%
B = 48.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#009187 (or 0x009187) is known color: Dark Cyan. HEX triplet: 00, 91 and 87. RGB value is (0,145,135). Sum of RGB (Red+Green+Blue) = 0+145+135=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #009187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009187 is #FF6E78. Grayscale: #646464. Windows color (decimal): -16739961 or 8884480. OLE color: 8884480.

HSL color Cylindrical-coordinate representation of color #009187: hue angle of 175.86º 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 #009187 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 135 -
CMYK 1 0 0.07 0.43
HSL 175.86º 1% 0.28% -
HSV(B) 175.86º 1% 0.57% -
XYZ 14.5 22 26.4 -
YUV 100.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 0 145 135 1 0 0.07 0.43 175.86 1 0.28
Hex 0 91 87 64 0 7 2B B0 64 1C
Octal 0 221 207 144 0 7 53 260 144 34
Binary 0 10010001 10000111 1100100 0 111 101011 10110000 1100100 11100

Color Harmonies of #009187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009187

Black with #009187

Text Example


Text Example

White with #009187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009187; }

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

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

background-color css

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

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

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

border-color css

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

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

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