Html Css Color HEX #03CA8D Caribbean Green

📋 copy color: '#03CA8D'

red 3 ◦ green 202 ◦ blue 141

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

Shades of Caribbean Green #03CA8D

Tints of Caribbean Green #03CA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 0.87%
G = 58.38%
B = 40.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#03CA8D (or 0x03CA8D) is known color: Caribbean Green. HEX triplet: 03, CA and 8D. RGB value is (3,202,141). Sum of RGB (Red+Green+Blue) = 3+202+141=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA8D is #FC3572. Grayscale: #878787. Windows color (decimal): -16528755 or 9292291. OLE color: 9292291.

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

Color convert

RGB 3 202 141 -
CMYK 0.99 0 0.30 0.21
HSL 161.61º 0.97% 0.4% -
HSV(B) 161.61º 0.99% 0.79% -
XYZ 25.97 44.18 32.36 -
YUV 135.55 131.07 33.46 -
System Red Green Blue C M Y K H S L
Decimal 3 202 141 0.99 0 0.30 0.21 161.61 0.97 0.4
Hex 3 CA 8D 63 0 1E 15 A2 61 28
Octal 3 312 215 143 0 36 25 242 141 50
Binary 11 11001010 10001101 1100011 0 11110 10101 10100010 1100001 101000

Color Harmonies of #03CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA8D

Black with #03CA8D

Text Example


Text Example

White with #03CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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