Html Css Color HEX #029099 Eastern Blue

📋 copy color: '#029099'

red 2 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #029099

Tints of Eastern Blue #029099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 0.67%
G = 48.16%
B = 51.17%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#029099 (or 0x029099) is known color: Eastern Blue. HEX triplet: 02, 90 and 99. RGB value is (2,144,153). Sum of RGB (Red+Green+Blue) = 2+144+153=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #029099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029099 is #FD6F66. Grayscale: #666666. Windows color (decimal): -16609127 or 10063874. OLE color: 10063874.

HSL color Cylindrical-coordinate representation of color #029099: hue angle of 183.58º 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 #029099 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 144 153 -
CMYK 0.99 0.06 0 0.4
HSL 183.58º 0.97% 0.3% -
HSV(B) 183.58º 0.99% 0.6% -
XYZ 15.75 22.26 33.6 -
YUV 102.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 2 144 153 0.99 0.06 0 0.4 183.58 0.97 0.3
Hex 2 90 99 63 6 0 28 B8 61 1E
Octal 2 220 231 143 6 0 50 270 141 36
Binary 10 10010000 10011001 1100011 110 0 101000 10111000 1100001 11110

Color Harmonies of #029099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029099

Black with #029099

Text Example


Text Example

White with #029099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029099; }

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

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

background-color css

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

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

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

border-color css

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

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

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