Html Css Color HEX #03DDB4 Caribbean Green

📋 copy color: '#03DDB4'

red 3 ◦ green 221 ◦ blue 180

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

Shades of Caribbean Green #03DDB4

Tints of Caribbean Green #03DDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 0.74%
G = 54.7%
B = 44.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#03DDB4 (or 0x03DDB4) is known color: Caribbean Green. HEX triplet: 03, DD and B4. RGB value is (3,221,180). Sum of RGB (Red+Green+Blue) = 3+221+180=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DDB4 is #FC224B. Grayscale: #979797. Windows color (decimal): -16523852 or 11853059. OLE color: 11853059.

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

Color convert

RGB 3 221 180 -
CMYK 0.99 0 0.19 0.13
HSL 168.72º 0.97% 0.44% -
HSV(B) 168.72º 0.99% 0.87% -
XYZ 34.13 55.03 52 -
YUV 151.14 144.28 22.33 -
System Red Green Blue C M Y K H S L
Decimal 3 221 180 0.99 0 0.19 0.13 168.72 0.97 0.44
Hex 3 DD B4 63 0 13 D A9 61 2C
Octal 3 335 264 143 0 23 15 251 141 54
Binary 11 11011101 10110100 1100011 0 10011 1101 10101001 1100001 101100

Color Harmonies of #03DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DDB4

Black with #03DDB4

Text Example


Text Example

White with #03DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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