#03e194

Color #03E194 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #03E194

Tints of Caribbean Green #03E194

Color information

#03E194 (or 0x03E194) is unknown color: approx Caribbean Green. HEX triplet: 03, E1 and 94. RGB value is (3,225,148). Sum of RGB (Red+Green+Blue) = 3+225+148=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #03E194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03E194 is #FC1E6B. Grayscale: #959595. Windows color (decimal): -16522860 or 9756931. OLE color: 9756931.

HSL color Cylindrical-coordinate representation of color #03E194: hue angle of 159.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E194 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB3225148-
CMYK0.9900.340.12
HSL159.19º97.37%44.71%-
HSV(B)159.19º98.67%88.24%-
XYZ32.3156.0137.12-
YUV149.84126.9523.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.80%
GREEN value IS 225 (88.28% from 255) = 59.84%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=0.80%
G=59.84%
B=39.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal32251480.9900.340.12159.1997.3744.71
Hex3E19463022C9f612d
Octal33412241430421423714155
Binary111110000110010100110001101000101100100111111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03e194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03e194;
 }
 .AnyTagClassName
 {
   color: #03e194;
 }
</style>
background-color css

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

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

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

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

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

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