Html Css Color HEX #04BC92 Caribbean Green

📋 copy color: '#04BC92'

red 4 ◦ green 188 ◦ blue 146

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

Shades of Caribbean Green #04BC92

Tints of Caribbean Green #04BC92

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 1.18%
G = 55.62%
B = 43.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#04BC92 (or 0x04BC92) is known color: Caribbean Green. HEX triplet: 04, BC and 92. RGB value is (4,188,146). Sum of RGB (Red+Green+Blue) = 4+188+146=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BC92 is #FB436D. Grayscale: #808080. Windows color (decimal): -16466798 or 9616388. OLE color: 9616388.

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

Color convert

RGB 4 188 146 -
CMYK 0.98 0 0.22 0.26
HSL 166.3º 0.96% 0.38% -
HSV(B) 166.3º 0.98% 0.74% -
XYZ 23.22 38.07 33.32 -
YUV 128.2 138.04 39.42 -
System Red Green Blue C M Y K H S L
Decimal 4 188 146 0.98 0 0.22 0.26 166.3 0.96 0.38
Hex 4 BC 92 62 0 16 1A A6 60 26
Octal 4 274 222 142 0 26 32 246 140 46
Binary 100 10111100 10010010 1100010 0 10110 11010 10100110 1100000 100110

Color Harmonies of #04BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC92

Black with #04BC92

Text Example


Text Example

White with #04BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,188,146); }

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

background-color css

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

 a { background-color: rgb(4,188,146); }

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

border-color css

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

 span { border-color: rgb(4,188,146); }

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