Html Css Color HEX #03CA95 Caribbean Green

📋 copy color: '#03CA95'

red 3 ◦ green 202 ◦ blue 149

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

Shades of Caribbean Green #03CA95

Tints of Caribbean Green #03CA95

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.06%

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 0.85%
G = 57.06%
B = 42.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#03CA95 (or 0x03CA95) is known color: Caribbean Green. HEX triplet: 03, CA and 95. RGB value is (3,202,149). Sum of RGB (Red+Green+Blue) = 3+202+149=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA95 is #FC356A. Grayscale: #888888. Windows color (decimal): -16528747 or 9816579. OLE color: 9816579.

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

Color convert

RGB 3 202 149 -
CMYK 0.99 0 0.26 0.21
HSL 164.02º 0.97% 0.4% -
HSV(B) 164.02º 0.99% 0.79% -
XYZ 26.58 44.43 35.61 -
YUV 136.46 135.07 32.81 -
System Red Green Blue C M Y K H S L
Decimal 3 202 149 0.99 0 0.26 0.21 164.02 0.97 0.4
Hex 3 CA 95 63 0 1A 15 A4 61 28
Octal 3 312 225 143 0 32 25 244 141 50
Binary 11 11001010 10010101 1100011 0 11010 10101 10100100 1100001 101000

Color Harmonies of #03CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA95

Black with #03CA95

Text Example


Text Example

White with #03CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,202,149); }

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

background-color css

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

 a { background-color: rgb(3,202,149); }

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

border-color css

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

 span { border-color: rgb(3,202,149); }

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