Html Css Color HEX #029299 Eastern Blue

📋 copy color: '#029299'

red 2 ◦ green 146 ◦ blue 153

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

Shades of Eastern Blue #029299

Tints of Eastern Blue #029299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

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

R = 0.66%
G = 48.5%
B = 50.83%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#029299 (or 0x029299) is known color: Eastern Blue. HEX triplet: 02, 92 and 99. RGB value is (2,146,153). Sum of RGB (Red+Green+Blue) = 2+146+153=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #029299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029299 is #FD6D66. Grayscale: #676767. Windows color (decimal): -16608615 or 10064386. OLE color: 10064386.

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

Color convert

RGB 2 146 153 -
CMYK 0.99 0.05 0 0.4
HSL 182.78º 0.97% 0.3% -
HSV(B) 182.78º 0.99% 0.6% -
XYZ 16.05 22.87 33.71 -
YUV 103.74 155.79 55.43 -
System Red Green Blue C M Y K H S L
Decimal 2 146 153 0.99 0.05 0 0.4 182.78 0.97 0.3
Hex 2 92 99 63 5 0 28 B7 61 1E
Octal 2 222 231 143 5 0 50 267 141 36
Binary 10 10010010 10011001 1100011 101 0 101000 10110111 1100001 11110

Color Harmonies of #029299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029299

Black with #029299

Text Example


Text Example

White with #029299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029299; }

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

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

background-color css

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

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

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

border-color css

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

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

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