Html Css Color HEX #04BA8E Caribbean Green

📋 copy color: '#04BA8E'

red 4 ◦ green 186 ◦ blue 142

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

Shades of Caribbean Green #04BA8E

Tints of Caribbean Green #04BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 1.2%
G = 56.02%
B = 42.77%

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

#04BA8E (or 0x04BA8E) is known color: Caribbean Green. HEX triplet: 04, BA and 8E. RGB value is (4,186,142). Sum of RGB (Red+Green+Blue) = 4+186+142=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA8E is #FB4571. Grayscale: #7E7E7E. Windows color (decimal): -16467314 or 9353732. OLE color: 9353732.

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

Color convert

RGB 4 186 142 -
CMYK 0.98 0 0.24 0.27
HSL 165.49º 0.96% 0.37% -
HSV(B) 165.49º 0.98% 0.73% -
XYZ 22.49 37.1 31.57 -
YUV 126.57 136.7 40.58 -
System Red Green Blue C M Y K H S L
Decimal 4 186 142 0.98 0 0.24 0.27 165.49 0.96 0.37
Hex 4 BA 8E 62 0 18 1B A5 60 25
Octal 4 272 216 142 0 30 33 245 140 45
Binary 100 10111010 10001110 1100010 0 11000 11011 10100101 1100000 100101

Color Harmonies of #04BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA8E

Black with #04BA8E

Text Example


Text Example

White with #04BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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