#04BCA1

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

Shades of Caribbean Green #04BCA1

Tints of Caribbean Green #04BCA1

Color information

#04BCA1 (or 0x04BCA1) is unknown color: approx Caribbean Green. HEX triplet: 04, BC and A1. RGB value is (4,188,161). Sum of RGB (Red+Green+Blue) = 4+188+161=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCA1 is #FB435E. Grayscale: #818181. Windows color (decimal): -16466783 or 10599428. OLE color: 10599428.

HSL color Cylindrical-coordinate representation of color #04BCA1: hue angle of 171.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCA1 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB4188161-
CMYK0.9800.140.26
HSL171.2º95.83%37.65%-
HSV(B)171.2º97.87%73.73%-
XYZ24.4738.5739.87-
YUV129.91145.5438.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 188 (73.83% from 255) = 53.26%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=1.13%
G=53.26%
B=45.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41881610.9800.140.26171.295.8337.65
Hex4BCA1620E1Aab6026
Octal42742411420163225314046
Binary100101111001010000111000100111011010101010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BCA1; }

 p { color: rgb(4,188,161); }

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

<style>
 a { background-color: #04BCA1; }

 a { background-color: rgb(4,188,161); }

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

<style>
 span { border-color: #04BCA1; }

 span { border-color: rgb(4,188,161); }

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