Html Css Color HEX #03D494 Caribbean Green

📋 copy color: '#03D494'

red 3 ◦ green 212 ◦ blue 148

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

Shades of Caribbean Green #03D494

Tints of Caribbean Green #03D494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.4%

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 0.83%
G = 58.4%
B = 40.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#03D494 (or 0x03D494) is known color: Caribbean Green. HEX triplet: 03, D4 and 94. RGB value is (3,212,148). Sum of RGB (Red+Green+Blue) = 3+212+148=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #03D494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D494 is #FC2B6B. Grayscale: #8E8E8E. Windows color (decimal): -16526188 or 9753603. OLE color: 9753603.

HSL color Cylindrical-coordinate representation of color #03D494: hue angle of 161.63º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D494 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 3 212 148 -
CMYK 0.99 0 0.30 0.17
HSL 161.63º 0.97% 0.42% -
HSV(B) 161.63º 0.99% 0.83% -
XYZ 28.93 49.24 36 -
YUV 142.21 131.26 28.7 -
System Red Green Blue C M Y K H S L
Decimal 3 212 148 0.99 0 0.30 0.17 161.63 0.97 0.42
Hex 3 D4 94 63 0 1E 11 A2 61 2A
Octal 3 324 224 143 0 36 21 242 141 52
Binary 11 11010100 10010100 1100011 0 11110 10001 10100010 1100001 101010

Color Harmonies of #03D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D494

Black with #03D494

Text Example


Text Example

White with #03D494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,212,148); }

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

background-color css

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

 a { background-color: rgb(3,212,148); }

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

border-color css

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

 span { border-color: rgb(3,212,148); }

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