Html Css Color HEX #029583 Dark Cyan

📋 copy color: '#029583'

red 2 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #029583

Tints of Dark Cyan #029583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 0.71%
G = 52.84%
B = 46.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#029583 (or 0x029583) is known color: Dark Cyan. HEX triplet: 02, 95 and 83. RGB value is (2,149,131). Sum of RGB (Red+Green+Blue) = 2+149+131=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #029583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029583 is #FD6A7C. Grayscale: #666666. Windows color (decimal): -16607869 or 8623362. OLE color: 8623362.

HSL color Cylindrical-coordinate representation of color #029583: hue angle of 172.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029583 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 131 -
CMYK 0.99 0 0.12 0.42
HSL 172.65º 0.97% 0.3% -
HSV(B) 172.65º 0.99% 0.58% -
XYZ 14.87 23.15 25.16 -
YUV 103 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 2 149 131 0.99 0 0.12 0.42 172.65 0.97 0.3
Hex 2 95 83 63 0 C 2A AD 61 1E
Octal 2 225 203 143 0 14 52 255 141 36
Binary 10 10010101 10000011 1100011 0 1100 101010 10101101 1100001 11110

Color Harmonies of #029583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029583

Black with #029583

Text Example


Text Example

White with #029583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029583; }

 p { color: rgb(2,149,131); }

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

background-color css

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

 a { background-color: rgb(2,149,131); }

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

border-color css

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

 span { border-color: rgb(2,149,131); }

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