Html Css Color HEX #03D29F Caribbean Green

📋 copy color: '#03D29F'

red 3 ◦ green 210 ◦ blue 159

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

Shades of Caribbean Green #03D29F

Tints of Caribbean Green #03D29F

RGB

 RED value IS 3 (1.56% from 255) = 0.81%

 GREEN value IS 210 (82.42% from 255) = 56.45%

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

R = 0.81%
G = 56.45%
B = 42.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#03D29F (or 0x03D29F) is known color: Caribbean Green. HEX triplet: 03, D2 and 9F. RGB value is (3,210,159). Sum of RGB (Red+Green+Blue) = 3+210+159=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #03D29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D29F is #FC2D60. Grayscale: #8E8E8E. Windows color (decimal): -16526689 or 10473987. OLE color: 10473987.

HSL color Cylindrical-coordinate representation of color #03D29F: hue angle of 165.22º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D29F is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 210 159 -
CMYK 0.99 0 0.24 0.18
HSL 165.22º 0.97% 0.42% -
HSV(B) 165.22º 0.99% 0.82% -
XYZ 29.34 48.62 40.64 -
YUV 142.29 137.42 28.65 -
System Red Green Blue C M Y K H S L
Decimal 3 210 159 0.99 0 0.24 0.18 165.22 0.97 0.42
Hex 3 D2 9F 63 0 18 12 A5 61 2A
Octal 3 322 237 143 0 30 22 245 141 52
Binary 11 11010010 10011111 1100011 0 11000 10010 10100101 1100001 101010

Color Harmonies of #03D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D29F

Black with #03D29F

Text Example


Text Example

White with #03D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D29F; }

 p { color: rgb(3,210,159); }

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

background-color css

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

 a { background-color: rgb(3,210,159); }

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

border-color css

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

 span { border-color: rgb(3,210,159); }

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