#03BC93

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

Shades of Caribbean Green #03BC93

Tints of Caribbean Green #03BC93

Color information

#03BC93 (or 0x03BC93) is unknown color: approx Caribbean Green. HEX triplet: 03, BC and 93. RGB value is (3,188,147). Sum of RGB (Red+Green+Blue) = 3+188+147=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC93 is #FC436C. Grayscale: #7F7F7F. Windows color (decimal): -16532333 or 9681923. OLE color: 9681923.

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

Color convert

RGB3188147-
CMYK0.9800.220.26
HSL166.7º96.86%37.45%-
HSV(B)166.7º98.4%73.73%-
XYZ23.2938.0933.73-
YUV128.01138.7138.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 188 (73.83% from 255) = 55.62%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=0.89%
G=55.62%
B=43.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31881470.9800.220.26166.796.8637.45
Hex3BC93620161Aa76125
Octal32742231420263224714145
Binary111011110010010011110001001011011010101001111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,188,147); }

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

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

 a { background-color: rgb(3,188,147); }

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

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

 span { border-color: rgb(3,188,147); }

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