Html Css Color HEX #04BC90 Caribbean Green

📋 copy color: '#04BC90'

red 4 ◦ green 188 ◦ blue 144

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

Shades of Caribbean Green #04BC90

Tints of Caribbean Green #04BC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 1.19%
G = 55.95%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#04BC90 (or 0x04BC90) is known color: Caribbean Green. HEX triplet: 04, BC and 90. RGB value is (4,188,144). Sum of RGB (Red+Green+Blue) = 4+188+144=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BC90 is #FB436F. Grayscale: #7F7F7F. Windows color (decimal): -16466800 or 9485316. OLE color: 9485316.

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

Color convert

RGB 4 188 144 -
CMYK 0.98 0 0.23 0.26
HSL 165.65º 0.96% 0.38% -
HSV(B) 165.65º 0.98% 0.74% -
XYZ 23.07 38.01 32.51 -
YUV 127.97 137.04 39.58 -
System Red Green Blue C M Y K H S L
Decimal 4 188 144 0.98 0 0.23 0.26 165.65 0.96 0.38
Hex 4 BC 90 62 0 17 1A A6 60 26
Octal 4 274 220 142 0 27 32 246 140 46
Binary 100 10111100 10010000 1100010 0 10111 11010 10100110 1100000 100110

Color Harmonies of #04BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC90

Black with #04BC90

Text Example


Text Example

White with #04BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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