Html Css Color HEX #04BCA0 Caribbean Green

📋 copy color: '#04BCA0'

red 4 ◦ green 188 ◦ blue 160

#04BCA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #04BCA0

Tints of Caribbean Green #04BCA0

RGB

 RED value IS 4 (1.95% from 255) = 1.14%

 GREEN value IS 188 (73.83% from 255) = 53.41%

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 1.14%
G = 53.41%
B = 45.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#04BCA0 (or 0x04BCA0) is known color: Caribbean Green. HEX triplet: 04, BC and A0. RGB value is (4,188,160). Sum of RGB (Red+Green+Blue) = 4+188+160=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCA0 is #FB435F. Grayscale: #818181. Windows color (decimal): -16466784 or 10533892. OLE color: 10533892.

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

Color convert

RGB 4 188 160 -
CMYK 0.98 0 0.15 0.26
HSL 170.87º 0.96% 0.38% -
HSV(B) 170.87º 0.98% 0.74% -
XYZ 24.38 38.53 39.41 -
YUV 129.79 145.04 38.28 -
System Red Green Blue C M Y K H S L
Decimal 4 188 160 0.98 0 0.15 0.26 170.87 0.96 0.38
Hex 4 BC A0 62 0 F 1A AB 60 26
Octal 4 274 240 142 0 17 32 253 140 46
Binary 100 10111100 10100000 1100010 0 1111 11010 10101011 1100000 100110

Color Harmonies of #04BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCA0

Black with #04BCA0

Text Example


Text Example

White with #04BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04BCA0;
 }
 .AnyTagClassName
 {
   color: #04BCA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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