Html Css Color HEX #04B9A0 Caribbean Green

📋 copy color: '#04B9A0'

red 4 ◦ green 185 ◦ blue 160

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

Shades of Caribbean Green #04B9A0

Tints of Caribbean Green #04B9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.01%

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

R = 1.15%
G = 53.01%
B = 45.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#04B9A0 (or 0x04B9A0) is known color: Caribbean Green. HEX triplet: 04, B9 and A0. RGB value is (4,185,160). Sum of RGB (Red+Green+Blue) = 4+185+160=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #04B9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B9A0 is #FB465F. Grayscale: #7F7F7F. Windows color (decimal): -16467552 or 10533124. OLE color: 10533124.

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

Color convert

RGB 4 185 160 -
CMYK 0.98 0 0.14 0.27
HSL 171.71º 0.96% 0.37% -
HSV(B) 171.71º 0.98% 0.73% -
XYZ 23.74 37.26 39.2 -
YUV 128.03 146.03 39.53 -
System Red Green Blue C M Y K H S L
Decimal 4 185 160 0.98 0 0.14 0.27 171.71 0.96 0.37
Hex 4 B9 A0 62 0 E 1B AC 60 25
Octal 4 271 240 142 0 16 33 254 140 45
Binary 100 10111001 10100000 1100010 0 1110 11011 10101100 1100000 100101

Color Harmonies of #04B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B9A0

Black with #04B9A0

Text Example


Text Example

White with #04B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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