Html Css Color HEX #03CCA0 Caribbean Green

📋 copy color: '#03CCA0'

red 3 ◦ green 204 ◦ blue 160

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

Shades of Caribbean Green #03CCA0

Tints of Caribbean Green #03CCA0

RGB

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

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

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

R = 0.82%
G = 55.59%
B = 43.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#03CCA0 (or 0x03CCA0) is known color: Caribbean Green. HEX triplet: 03, CC and A0. RGB value is (3,204,160). Sum of RGB (Red+Green+Blue) = 3+204+160=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CCA0 is #FC335F. Grayscale: #8A8A8A. Windows color (decimal): -16528224 or 10537987. OLE color: 10537987.

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

Color convert

RGB 3 204 160 -
CMYK 0.99 0 0.22 0.2
HSL 166.87º 0.97% 0.41% -
HSV(B) 166.87º 0.99% 0.8% -
XYZ 27.98 45.74 40.61 -
YUV 138.89 139.91 31.08 -
System Red Green Blue C M Y K H S L
Decimal 3 204 160 0.99 0 0.22 0.2 166.87 0.97 0.41
Hex 3 CC A0 63 0 16 14 A7 61 29
Octal 3 314 240 143 0 26 24 247 141 51
Binary 11 11001100 10100000 1100011 0 10110 10100 10100111 1100001 101001

Color Harmonies of #03CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCA0

Black with #03CCA0

Text Example


Text Example

White with #03CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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