Html Css Color HEX #03CC96 Caribbean Green

📋 copy color: '#03CC96'

red 3 ◦ green 204 ◦ blue 150

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

Shades of Caribbean Green #03CC96

Tints of Caribbean Green #03CC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 0.84%
G = 57.14%
B = 42.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#03CC96 (or 0x03CC96) is known color: Caribbean Green. HEX triplet: 03, CC and 96. RGB value is (3,204,150). Sum of RGB (Red+Green+Blue) = 3+204+150=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CC96 is #FC3369. Grayscale: #898989. Windows color (decimal): -16528234 or 9882627. OLE color: 9882627.

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

Color convert

RGB 3 204 150 -
CMYK 0.99 0 0.26 0.2
HSL 163.88º 0.97% 0.41% -
HSV(B) 163.88º 0.99% 0.8% -
XYZ 27.14 45.41 36.19 -
YUV 137.75 134.91 31.89 -
System Red Green Blue C M Y K H S L
Decimal 3 204 150 0.99 0 0.26 0.2 163.88 0.97 0.41
Hex 3 CC 96 63 0 1A 14 A4 61 29
Octal 3 314 226 143 0 32 24 244 141 51
Binary 11 11001100 10010110 1100011 0 11010 10100 10100100 1100001 101001

Color Harmonies of #03CC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC96

Black with #03CC96

Text Example


Text Example

White with #03CC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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