Html Css Color HEX #02999F Eastern Blue

📋 copy color: '#02999F'

red 2 ◦ green 153 ◦ blue 159

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

Shades of Eastern Blue #02999F

Tints of Eastern Blue #02999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 0.64%
G = 48.73%
B = 50.64%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02999F (or 0x02999F) is known color: Eastern Blue. HEX triplet: 02, 99 and 9F. RGB value is (2,153,159). Sum of RGB (Red+Green+Blue) = 2+153+159=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #02999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02999F is #FD6660. Grayscale: #6C6C6C. Windows color (decimal): -16606817 or 10459394. OLE color: 10459394.

HSL color Cylindrical-coordinate representation of color #02999F: hue angle of 182.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02999F is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 153 159 -
CMYK 0.99 0.04 0 0.38
HSL 182.29º 0.98% 0.32% -
HSV(B) 182.29º 0.99% 0.62% -
XYZ 17.67 25.3 36.75 -
YUV 108.54 156.47 52.01 -
System Red Green Blue C M Y K H S L
Decimal 2 153 159 0.99 0.04 0 0.38 182.29 0.98 0.32
Hex 2 99 9F 63 4 0 26 B6 62 20
Octal 2 231 237 143 4 0 46 266 142 40
Binary 10 10011001 10011111 1100011 100 0 100110 10110110 1100010 100000

Color Harmonies of #02999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02999F

Black with #02999F

Text Example


Text Example

White with #02999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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