#03BE8A

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

Shades of Caribbean Green #03BE8A

Tints of Caribbean Green #03BE8A

Color information

#03BE8A (or 0x03BE8A) is unknown color: approx Caribbean Green. HEX triplet: 03, BE and 8A. RGB value is (3,190,138). Sum of RGB (Red+Green+Blue) = 3+190+138=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BE8A is #FC4175. Grayscale: #808080. Windows color (decimal): -16531830 or 9092611. OLE color: 9092611.

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

Color convert

RGB3190138-
CMYK0.9800.270.25
HSL163.32º96.89%37.84%-
HSV(B)163.32º98.42%74.51%-
XYZ23.0438.6830.3-
YUV128.16133.5538.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=0.91%
G=57.40%
B=41.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31901380.9800.270.25163.3296.8937.84
Hex3BE8A6201B19a36126
Octal32762121420333124314146
Binary111011111010001010110001001101111001101000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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