Html Css Color HEX #04BA8D Caribbean Green

📋 copy color: '#04BA8D'

red 4 ◦ green 186 ◦ blue 141

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

Shades of Caribbean Green #04BA8D

Tints of Caribbean Green #04BA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 1.21%
G = 56.19%
B = 42.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#04BA8D (or 0x04BA8D) is known color: Caribbean Green. HEX triplet: 04, BA and 8D. RGB value is (4,186,141). Sum of RGB (Red+Green+Blue) = 4+186+141=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA8D is #FB4572. Grayscale: #7E7E7E. Windows color (decimal): -16467315 or 9288196. OLE color: 9288196.

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

Color convert

RGB 4 186 141 -
CMYK 0.98 0 0.24 0.27
HSL 165.16º 0.96% 0.37% -
HSV(B) 165.16º 0.98% 0.73% -
XYZ 22.42 37.07 31.17 -
YUV 126.45 136.2 40.66 -
System Red Green Blue C M Y K H S L
Decimal 4 186 141 0.98 0 0.24 0.27 165.16 0.96 0.37
Hex 4 BA 8D 62 0 18 1B A5 60 25
Octal 4 272 215 142 0 30 33 245 140 45
Binary 100 10111010 10001101 1100010 0 11000 11011 10100101 1100000 100101

Color Harmonies of #04BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA8D

Black with #04BA8D

Text Example


Text Example

White with #04BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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