Html Css Color HEX #04BCA9 Caribbean Green

📋 copy color: '#04BCA9'

red 4 ◦ green 188 ◦ blue 169

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

Shades of Caribbean Green #04BCA9

Tints of Caribbean Green #04BCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.81%

R = 1.11%
G = 52.08%
B = 46.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#04BCA9 (or 0x04BCA9) is known color: Caribbean Green. HEX triplet: 04, BC and A9. RGB value is (4,188,169). Sum of RGB (Red+Green+Blue) = 4+188+169=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCA9 is #FB4356. Grayscale: #828282. Windows color (decimal): -16466775 or 11123716. OLE color: 11123716.

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

Color convert

RGB 4 188 169 -
CMYK 0.98 0 0.10 0.26
HSL 173.8º 0.96% 0.38% -
HSV(B) 173.8º 0.98% 0.74% -
XYZ 25.19 38.86 43.71 -
YUV 130.82 149.54 37.54 -
System Red Green Blue C M Y K H S L
Decimal 4 188 169 0.98 0 0.10 0.26 173.8 0.96 0.38
Hex 4 BC A9 62 0 A 1A AE 60 26
Octal 4 274 251 142 0 12 32 256 140 46
Binary 100 10111100 10101001 1100010 0 1010 11010 10101110 1100000 100110

Color Harmonies of #04BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCA9

Black with #04BCA9

Text Example


Text Example

White with #04BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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