Html Css Color HEX #04BC7B Jade

📋 copy color: '#04BC7B'

red 4 ◦ green 188 ◦ blue 123

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

Shades of Jade #04BC7B

Tints of Jade #04BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 1.27%
G = 59.68%
B = 39.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#04BC7B (or 0x04BC7B) is known color: Jade. HEX triplet: 04, BC and 7B. RGB value is (4,188,123). Sum of RGB (Red+Green+Blue) = 4+188+123=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC7B is #FB4384. Grayscale: #7D7D7D. Windows color (decimal): -16466821 or 8109060. OLE color: 8109060.

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

Color convert

RGB 4 188 123 -
CMYK 0.98 0 0.35 0.26
HSL 158.8º 0.96% 0.38% -
HSV(B) 158.8º 0.98% 0.74% -
XYZ 21.61 37.42 24.82 -
YUV 125.57 126.54 41.29 -
System Red Green Blue C M Y K H S L
Decimal 4 188 123 0.98 0 0.35 0.26 158.8 0.96 0.38
Hex 4 BC 7B 62 0 23 1A 9F 60 26
Octal 4 274 173 142 0 43 32 237 140 46
Binary 100 10111100 1111011 1100010 0 100011 11010 10011111 1100000 100110

Color Harmonies of #04BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC7B

Black with #04BC7B

Text Example


Text Example

White with #04BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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