Html Css Color HEX #04BE8D Caribbean Green

📋 copy color: '#04BE8D'

red 4 ◦ green 190 ◦ blue 141

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

Shades of Caribbean Green #04BE8D

Tints of Caribbean Green #04BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.72%

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

R = 1.19%
G = 56.72%
B = 42.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#04BE8D (or 0x04BE8D) is known color: Caribbean Green. HEX triplet: 04, BE and 8D. RGB value is (4,190,141). Sum of RGB (Red+Green+Blue) = 4+190+141=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BE8D is #FB4172. Grayscale: #808080. Windows color (decimal): -16466291 or 9289220. OLE color: 9289220.

HSL color Cylindrical-coordinate representation of color #04BE8D: hue angle of 164.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BE8D is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 190 141 -
CMYK 0.98 0 0.26 0.25
HSL 164.19º 0.96% 0.38% -
HSV(B) 164.19º 0.98% 0.75% -
XYZ 23.27 38.78 31.46 -
YUV 128.8 134.88 38.98 -
System Red Green Blue C M Y K H S L
Decimal 4 190 141 0.98 0 0.26 0.25 164.19 0.96 0.38
Hex 4 BE 8D 62 0 1A 19 A4 60 26
Octal 4 276 215 142 0 32 31 244 140 46
Binary 100 10111110 10001101 1100010 0 11010 11001 10100100 1100000 100110

Color Harmonies of #04BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE8D

Black with #04BE8D

Text Example


Text Example

White with #04BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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