Html Css Color HEX #03CCA1 Caribbean Green

📋 copy color: '#03CCA1'

red 3 ◦ green 204 ◦ blue 161

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

Shades of Caribbean Green #03CCA1

Tints of Caribbean Green #03CCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.43%

 BLUE value IS 161 (63.28% from 255) = 43.75%

R = 0.82%
G = 55.43%
B = 43.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#03CCA1 (or 0x03CCA1) is known color: Caribbean Green. HEX triplet: 03, CC and A1. RGB value is (3,204,161). Sum of RGB (Red+Green+Blue) = 3+204+161=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CCA1 is #FC335E. Grayscale: #8A8A8A. Windows color (decimal): -16528223 or 10603523. OLE color: 10603523.

HSL color Cylindrical-coordinate representation of color #03CCA1: hue angle of 167.16º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCA1 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 161 -
CMYK 0.99 0 0.21 0.2
HSL 167.16º 0.97% 0.41% -
HSV(B) 167.16º 0.99% 0.8% -
XYZ 28.06 45.78 41.08 -
YUV 139 140.41 31 -
System Red Green Blue C M Y K H S L
Decimal 3 204 161 0.99 0 0.21 0.2 167.16 0.97 0.41
Hex 3 CC A1 63 0 15 14 A7 61 29
Octal 3 314 241 143 0 25 24 247 141 51
Binary 11 11001100 10100001 1100011 0 10101 10100 10100111 1100001 101001

Color Harmonies of #03CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCA1

Black with #03CCA1

Text Example


Text Example

White with #03CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,204,161); }

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

background-color css

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

 a { background-color: rgb(3,204,161); }

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

border-color css

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

 span { border-color: rgb(3,204,161); }

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