Html Css Color HEX #03C295 Caribbean Green

📋 copy color: '#03C295'

red 3 ◦ green 194 ◦ blue 149

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

Shades of Caribbean Green #03C295

Tints of Caribbean Green #03C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.07%

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

R = 0.87%
G = 56.07%
B = 43.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#03C295 (or 0x03C295) is known color: Caribbean Green. HEX triplet: 03, C2 and 95. RGB value is (3,194,149). Sum of RGB (Red+Green+Blue) = 3+194+149=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #03C295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C295 is #FC3D6A. Grayscale: #838383. Windows color (decimal): -16530795 or 9814531. OLE color: 9814531.

HSL color Cylindrical-coordinate representation of color #03C295: hue angle of 165.86º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C295 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 194 149 -
CMYK 0.98 0 0.23 0.24
HSL 165.86º 0.97% 0.39% -
HSV(B) 165.86º 0.98% 0.76% -
XYZ 24.75 40.77 35 -
YUV 131.76 137.72 36.16 -
System Red Green Blue C M Y K H S L
Decimal 3 194 149 0.98 0 0.23 0.24 165.86 0.97 0.39
Hex 3 C2 95 62 0 17 18 A6 61 27
Octal 3 302 225 142 0 27 30 246 141 47
Binary 11 11000010 10010101 1100010 0 10111 11000 10100110 1100001 100111

Color Harmonies of #03C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C295

Black with #03C295

Text Example


Text Example

White with #03C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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