Html Css Color HEX #04AE7B Jade

📋 copy color: '#04AE7B'

red 4 ◦ green 174 ◦ blue 123

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

Shades of Jade #04AE7B

Tints of Jade #04AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.81%

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

R = 1.33%
G = 57.81%
B = 40.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#04AE7B (or 0x04AE7B) is known color: Jade. HEX triplet: 04, AE and 7B. RGB value is (4,174,123). Sum of RGB (Red+Green+Blue) = 4+174+123=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE7B is #FB5184. Grayscale: #757575. Windows color (decimal): -16470405 or 8105476. OLE color: 8105476.

HSL color Cylindrical-coordinate representation of color #04AE7B: hue angle of 162º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AE7B is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 174 123 -
CMYK 0.98 0 0.29 0.32
HSL 162º 0.96% 0.35% -
HSV(B) 162º 0.98% 0.68% -
XYZ 18.76 31.73 23.87 -
YUV 117.36 131.18 47.15 -
System Red Green Blue C M Y K H S L
Decimal 4 174 123 0.98 0 0.29 0.32 162 0.96 0.35
Hex 4 AE 7B 62 0 1D 20 A2 60 23
Octal 4 256 173 142 0 35 40 242 140 43
Binary 100 10101110 1111011 1100010 0 11101 100000 10100010 1100000 100011

Color Harmonies of #04AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AE7B

Black with #04AE7B

Text Example


Text Example

White with #04AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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