Html Css Color HEX #03CA7F Caribbean Green

📋 copy color: '#03CA7F'

red 3 ◦ green 202 ◦ blue 127

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

Shades of Caribbean Green #03CA7F

Tints of Caribbean Green #03CA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 0.9%
G = 60.84%
B = 38.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#03CA7F (or 0x03CA7F) is known color: Caribbean Green. HEX triplet: 03, CA and 7F. RGB value is (3,202,127). Sum of RGB (Red+Green+Blue) = 3+202+127=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA7F is #FC3580. Grayscale: #868686. Windows color (decimal): -16528769 or 8374787. OLE color: 8374787.

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

Color convert

RGB 3 202 127 -
CMYK 0.99 0 0.37 0.21
HSL 157.39º 0.97% 0.4% -
HSV(B) 157.39º 0.99% 0.79% -
XYZ 24.99 43.79 27.21 -
YUV 133.95 124.07 34.6 -
System Red Green Blue C M Y K H S L
Decimal 3 202 127 0.99 0 0.37 0.21 157.39 0.97 0.4
Hex 3 CA 7F 63 0 25 15 9D 61 28
Octal 3 312 177 143 0 45 25 235 141 50
Binary 11 11001010 1111111 1100011 0 100101 10101 10011101 1100001 101000

Color Harmonies of #03CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA7F

Black with #03CA7F

Text Example


Text Example

White with #03CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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