Html Css Color HEX #03DDAA Caribbean Green

📋 copy color: '#03DDAA'

red 3 ◦ green 221 ◦ blue 170

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

Shades of Caribbean Green #03DDAA

Tints of Caribbean Green #03DDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 0.76%
G = 56.09%
B = 43.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#03DDAA (or 0x03DDAA) is known color: Caribbean Green. HEX triplet: 03, DD and AA. RGB value is (3,221,170). Sum of RGB (Red+Green+Blue) = 3+221+170=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DDAA is #FC2255. Grayscale: #959595. Windows color (decimal): -16523862 or 11197699. OLE color: 11197699.

HSL color Cylindrical-coordinate representation of color #03DDAA: hue angle of 165.96º 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 #03DDAA is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 221 170 -
CMYK 0.99 0 0.23 0.13
HSL 165.96º 0.97% 0.44% -
HSV(B) 165.96º 0.99% 0.87% -
XYZ 33.15 54.63 46.83 -
YUV 150 139.28 23.15 -
System Red Green Blue C M Y K H S L
Decimal 3 221 170 0.99 0 0.23 0.13 165.96 0.97 0.44
Hex 3 DD AA 63 0 17 D A6 61 2C
Octal 3 335 252 143 0 27 15 246 141 54
Binary 11 11011101 10101010 1100011 0 10111 1101 10100110 1100001 101100

Color Harmonies of #03DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DDAA

Black with #03DDAA

Text Example


Text Example

White with #03DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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