Html Css Color HEX #029087 Dark Cyan

📋 copy color: '#029087'

red 2 ◦ green 144 ◦ blue 135

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

Shades of Dark Cyan #029087

Tints of Dark Cyan #029087

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

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

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

R = 0.71%
G = 51.25%
B = 48.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#029087 (or 0x029087) is known color: Dark Cyan. HEX triplet: 02, 90 and 87. RGB value is (2,144,135). Sum of RGB (Red+Green+Blue) = 2+144+135=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #029087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029087 is #FD6F78. Grayscale: #646464. Windows color (decimal): -16609145 or 8884226. OLE color: 8884226.

HSL color Cylindrical-coordinate representation of color #029087: hue angle of 176.2º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029087 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 144 135 -
CMYK 0.99 0 0.06 0.44
HSL 176.2º 0.97% 0.29% -
HSV(B) 176.2º 0.99% 0.56% -
XYZ 14.37 21.71 26.35 -
YUV 100.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 2 144 135 0.99 0 0.06 0.44 176.2 0.97 0.29
Hex 2 90 87 63 0 6 2C B0 61 1D
Octal 2 220 207 143 0 6 54 260 141 35
Binary 10 10010000 10000111 1100011 0 110 101100 10110000 1100001 11101

Color Harmonies of #029087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029087

Black with #029087

Text Example


Text Example

White with #029087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029087; }

 p { color: rgb(2,144,135); }

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

background-color css

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

 a { background-color: rgb(2,144,135); }

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

border-color css

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

 span { border-color: rgb(2,144,135); }

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