#03BC8C

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

Shades of Caribbean Green #03BC8C

Tints of Caribbean Green #03BC8C

Color information

#03BC8C (or 0x03BC8C) is unknown color: approx Caribbean Green. HEX triplet: 03, BC and 8C. RGB value is (3,188,140). Sum of RGB (Red+Green+Blue) = 3+188+140=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC8C is #FC4373. Grayscale: #7F7F7F. Windows color (decimal): -16532340 or 9223171. OLE color: 9223171.

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

Color convert

RGB3188140-
CMYK0.9800.260.26
HSL164.43º96.86%37.45%-
HSV(B)164.43º98.4%73.73%-
XYZ22.7537.8830.92-
YUV127.21135.2139.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 188 (73.83% from 255) = 56.80%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=0.91%
G=56.80%
B=42.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31881400.9800.260.26164.4396.8637.45
Hex3BC8C6201A1Aa46125
Octal32742141420323224414145
Binary111011110010001100110001001101011010101001001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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