Html Css Color HEX #03DDA0 Caribbean Green

📋 copy color: '#03DDA0'

red 3 ◦ green 221 ◦ blue 160

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

Shades of Caribbean Green #03DDA0

Tints of Caribbean Green #03DDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.55%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 0.78%
G = 57.55%
B = 41.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#03DDA0 (or 0x03DDA0) is known color: Caribbean Green. HEX triplet: 03, DD and A0. RGB value is (3,221,160). Sum of RGB (Red+Green+Blue) = 3+221+160=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DDA0 is #FC225F. Grayscale: #949494. Windows color (decimal): -16523872 or 10542339. OLE color: 10542339.

HSL color Cylindrical-coordinate representation of color #03DDA0: hue angle of 163.21º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DDA0 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 221 160 -
CMYK 0.99 0 0.28 0.13
HSL 163.21º 0.97% 0.44% -
HSV(B) 163.21º 0.99% 0.87% -
XYZ 32.24 54.27 42.03 -
YUV 148.86 134.28 23.96 -
System Red Green Blue C M Y K H S L
Decimal 3 221 160 0.99 0 0.28 0.13 163.21 0.97 0.44
Hex 3 DD A0 63 0 1C D A3 61 2C
Octal 3 335 240 143 0 34 15 243 141 54
Binary 11 11011101 10100000 1100011 0 11100 1101 10100011 1100001 101100

Color Harmonies of #03DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DDA0

Black with #03DDA0

Text Example


Text Example

White with #03DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,221,160); }

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

background-color css

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

 a { background-color: rgb(3,221,160); }

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

border-color css

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

 span { border-color: rgb(3,221,160); }

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