Html Css Color HEX #03C392 Caribbean Green

📋 copy color: '#03C392'

red 3 ◦ green 195 ◦ blue 146

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

Shades of Caribbean Green #03C392

Tints of Caribbean Green #03C392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.69%

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 0.87%
G = 56.69%
B = 42.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#03C392 (or 0x03C392) is known color: Caribbean Green. HEX triplet: 03, C3 and 92. RGB value is (3,195,146). Sum of RGB (Red+Green+Blue) = 3+195+146=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #03C392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C392 is #FC3C6D. Grayscale: #848484. Windows color (decimal): -16530542 or 9618179. OLE color: 9618179.

HSL color Cylindrical-coordinate representation of color #03C392: hue angle of 164.69º 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 #03C392 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 146 -
CMYK 0.98 0 0.25 0.24
HSL 164.69º 0.97% 0.39% -
HSV(B) 164.69º 0.98% 0.76% -
XYZ 24.74 41.12 33.83 -
YUV 132.01 135.89 35.98 -
System Red Green Blue C M Y K H S L
Decimal 3 195 146 0.98 0 0.25 0.24 164.69 0.97 0.39
Hex 3 C3 92 62 0 19 18 A5 61 27
Octal 3 303 222 142 0 31 30 245 141 47
Binary 11 11000011 10010010 1100010 0 11001 11000 10100101 1100001 100111

Color Harmonies of #03C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C392

Black with #03C392

Text Example


Text Example

White with #03C392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,195,146); }

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

background-color css

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

 a { background-color: rgb(3,195,146); }

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

border-color css

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

 span { border-color: rgb(3,195,146); }

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