#03BE8C

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

Shades of Caribbean Green #03BE8C

Tints of Caribbean Green #03BE8C

Color information

#03BE8C (or 0x03BE8C) is unknown color: approx Caribbean Green. HEX triplet: 03, BE and 8C. RGB value is (3,190,140). Sum of RGB (Red+Green+Blue) = 3+190+140=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BE8C is #FC4173. Grayscale: #808080. Windows color (decimal): -16531828 or 9223683. OLE color: 9223683.

HSL color Cylindrical-coordinate representation of color #03BE8C: hue angle of 163.96º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BE8C is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB3190140-
CMYK0.9800.260.25
HSL163.96º96.89%37.84%-
HSV(B)163.96º98.42%74.51%-
XYZ23.1838.7431.07-
YUV128.39134.5538.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=0.90%
G=57.06%
B=42.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31901400.9800.260.25163.9696.8937.84
Hex3BE8C6201A19a46126
Octal32762141420323124414146
Binary111011111010001100110001001101011001101001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,190,140); }

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

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

 a { background-color: rgb(3,190,140); }

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

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

 span { border-color: rgb(3,190,140); }

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