Html Css Color HEX #04BA95 Caribbean Green

📋 copy color: '#04BA95'

red 4 ◦ green 186 ◦ blue 149

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

Shades of Caribbean Green #04BA95

Tints of Caribbean Green #04BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 1.18%
G = 54.87%
B = 43.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#04BA95 (or 0x04BA95) is known color: Caribbean Green. HEX triplet: 04, BA and 95. RGB value is (4,186,149). Sum of RGB (Red+Green+Blue) = 4+186+149=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA95 is #FB456A. Grayscale: #7F7F7F. Windows color (decimal): -16467307 or 9812484. OLE color: 9812484.

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

Color convert

RGB 4 186 149 -
CMYK 0.98 0 0.20 0.27
HSL 167.8º 0.96% 0.37% -
HSV(B) 167.8º 0.98% 0.73% -
XYZ 23.03 37.31 34.42 -
YUV 127.36 140.2 40.01 -
System Red Green Blue C M Y K H S L
Decimal 4 186 149 0.98 0 0.20 0.27 167.8 0.96 0.37
Hex 4 BA 95 62 0 14 1B A8 60 25
Octal 4 272 225 142 0 24 33 250 140 45
Binary 100 10111010 10010101 1100010 0 10100 11011 10101000 1100000 100101

Color Harmonies of #04BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA95

Black with #04BA95

Text Example


Text Example

White with #04BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,149); }

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

background-color css

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

 a { background-color: rgb(4,186,149); }

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

border-color css

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

 span { border-color: rgb(4,186,149); }

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