Html Css Color HEX #04BF8F Caribbean Green

📋 copy color: '#04BF8F'

red 4 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #04BF8F

Tints of Caribbean Green #04BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 56.51%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 1.18%
G = 56.51%
B = 42.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#04BF8F (or 0x04BF8F) is known color: Caribbean Green. HEX triplet: 04, BF and 8F. RGB value is (4,191,143). Sum of RGB (Red+Green+Blue) = 4+191+143=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BF8F is #FB4070. Grayscale: #818181. Windows color (decimal): -16466033 or 9420548. OLE color: 9420548.

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

Color convert

RGB 4 191 143 -
CMYK 0.98 0 0.25 0.25
HSL 164.6º 0.96% 0.38% -
HSV(B) 164.6º 0.98% 0.75% -
XYZ 23.64 39.27 32.32 -
YUV 129.62 135.55 38.4 -
System Red Green Blue C M Y K H S L
Decimal 4 191 143 0.98 0 0.25 0.25 164.6 0.96 0.38
Hex 4 BF 8F 62 0 19 19 A5 60 26
Octal 4 277 217 142 0 31 31 245 140 46
Binary 100 10111111 10001111 1100010 0 11001 11001 10100101 1100000 100110

Color Harmonies of #04BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BF8F

Black with #04BF8F

Text Example


Text Example

White with #04BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,191,143); }

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

background-color css

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

 a { background-color: rgb(4,191,143); }

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

border-color css

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

 span { border-color: rgb(4,191,143); }

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