Html Css Color HEX #03DCA2 Caribbean Green

📋 copy color: '#03DCA2'

red 3 ◦ green 220 ◦ blue 162

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

Shades of Caribbean Green #03DCA2

Tints of Caribbean Green #03DCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.14%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 0.78%
G = 57.14%
B = 42.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#03DCA2 (or 0x03DCA2) is known color: Caribbean Green. HEX triplet: 03, DC and A2. RGB value is (3,220,162). Sum of RGB (Red+Green+Blue) = 3+220+162=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCA2 is #FC235D. Grayscale: #949494. Windows color (decimal): -16524126 or 10673155. OLE color: 10673155.

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

Color convert

RGB 3 220 162 -
CMYK 0.99 0 0.26 0.14
HSL 163.96º 0.97% 0.44% -
HSV(B) 163.96º 0.99% 0.86% -
XYZ 32.15 53.81 42.88 -
YUV 148.51 135.61 24.22 -
System Red Green Blue C M Y K H S L
Decimal 3 220 162 0.99 0 0.26 0.14 163.96 0.97 0.44
Hex 3 DC A2 63 0 1A E A4 61 2C
Octal 3 334 242 143 0 32 16 244 141 54
Binary 11 11011100 10100010 1100011 0 11010 1110 10100100 1100001 101100

Color Harmonies of #03DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DCA2

Black with #03DCA2

Text Example


Text Example

White with #03DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,220,162); }

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

background-color css

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

 a { background-color: rgb(3,220,162); }

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

border-color css

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

 span { border-color: rgb(3,220,162); }

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