Html Css Color HEX #04BCAC Caribbean Green

📋 copy color: '#04BCAC'

red 4 ◦ green 188 ◦ blue 172

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

Shades of Caribbean Green #04BCAC

Tints of Caribbean Green #04BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 1.1%
G = 51.65%
B = 47.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#04BCAC (or 0x04BCAC) is known color: Caribbean Green. HEX triplet: 04, BC and AC. RGB value is (4,188,172). Sum of RGB (Red+Green+Blue) = 4+188+172=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCAC is #FB4353. Grayscale: #838383. Windows color (decimal): -16466772 or 11320324. OLE color: 11320324.

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

Color convert

RGB 4 188 172 -
CMYK 0.98 0 0.09 0.26
HSL 174.78º 0.96% 0.38% -
HSV(B) 174.78º 0.98% 0.74% -
XYZ 25.48 38.97 45.21 -
YUV 131.16 151.04 37.3 -
System Red Green Blue C M Y K H S L
Decimal 4 188 172 0.98 0 0.09 0.26 174.78 0.96 0.38
Hex 4 BC AC 62 0 9 1A AF 60 26
Octal 4 274 254 142 0 11 32 257 140 46
Binary 100 10111100 10101100 1100010 0 1001 11010 10101111 1100000 100110

Color Harmonies of #04BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCAC

Black with #04BCAC

Text Example


Text Example

White with #04BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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