Html Css Color HEX #03CCA8 Caribbean Green

📋 copy color: '#03CCA8'

red 3 ◦ green 204 ◦ blue 168

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

Shades of Caribbean Green #03CCA8

Tints of Caribbean Green #03CCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 0.8%
G = 54.4%
B = 44.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#03CCA8 (or 0x03CCA8) is known color: Caribbean Green. HEX triplet: 03, CC and A8. RGB value is (3,204,168). Sum of RGB (Red+Green+Blue) = 3+204+168=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CCA8 is #FC3357. Grayscale: #8B8B8B. Windows color (decimal): -16528216 or 11062275. OLE color: 11062275.

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

Color convert

RGB 3 204 168 -
CMYK 0.99 0 0.18 0.2
HSL 169.25º 0.97% 0.41% -
HSV(B) 169.25º 0.99% 0.8% -
XYZ 28.7 46.03 44.42 -
YUV 139.8 143.91 30.43 -
System Red Green Blue C M Y K H S L
Decimal 3 204 168 0.99 0 0.18 0.2 169.25 0.97 0.41
Hex 3 CC A8 63 0 12 14 A9 61 29
Octal 3 314 250 143 0 22 24 251 141 51
Binary 11 11001100 10101000 1100011 0 10010 10100 10101001 1100001 101001

Color Harmonies of #03CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCA8

Black with #03CCA8

Text Example


Text Example

White with #03CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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