Html Css Color HEX #029398 Dark Cyan

📋 copy color: '#029398'

red 2 ◦ green 147 ◦ blue 152

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

Shades of Dark Cyan #029398

Tints of Dark Cyan #029398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 0.66%
G = 48.84%
B = 50.5%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#029398 (or 0x029398) is known color: Dark Cyan. HEX triplet: 02, 93 and 98. RGB value is (2,147,152). Sum of RGB (Red+Green+Blue) = 2+147+152=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #029398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029398 is #FD6C67. Grayscale: #686868. Windows color (decimal): -16608360 or 9999106. OLE color: 9999106.

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

Color convert

RGB 2 147 152 -
CMYK 0.99 0.03 0 0.40
HSL 182º 0.97% 0.3% -
HSV(B) 182º 0.99% 0.6% -
XYZ 16.13 23.15 33.32 -
YUV 104.22 154.96 55.09 -
System Red Green Blue C M Y K H S L
Decimal 2 147 152 0.99 0.03 0 0.40 182 0.97 0.3
Hex 2 93 98 63 3 0 28 B6 61 1E
Octal 2 223 230 143 3 0 50 266 141 36
Binary 10 10010011 10011000 1100011 11 0 101000 10110110 1100001 11110

Color Harmonies of #029398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029398

Black with #029398

Text Example


Text Example

White with #029398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029398; }

 p { color: rgb(2,147,152); }

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

background-color css

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

 a { background-color: rgb(2,147,152); }

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

border-color css

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

 span { border-color: rgb(2,147,152); }

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