#03BC94

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

Shades of Caribbean Green #03BC94

Tints of Caribbean Green #03BC94

Color information

#03BC94 (or 0x03BC94) is unknown color: approx Caribbean Green. HEX triplet: 03, BC and 94. RGB value is (3,188,148). Sum of RGB (Red+Green+Blue) = 3+188+148=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC94 is #FC436B. Grayscale: #808080. Windows color (decimal): -16532332 or 9747459. OLE color: 9747459.

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

Color convert

RGB3188148-
CMYK0.9800.210.26
HSL167.03º96.86%37.45%-
HSV(B)167.03º98.4%73.73%-
XYZ23.3738.1234.14-
YUV128.12139.2138.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=0.88%
G=55.46%
B=43.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31881480.9800.210.26167.0396.8637.45
Hex3BC94620151Aa76125
Octal32742241420253224714145
Binary111011110010010100110001001010111010101001111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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