Html Css Color HEX #04AF7B Jade

📋 copy color: '#04AF7B'

red 4 ◦ green 175 ◦ blue 123

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

Shades of Jade #04AF7B

Tints of Jade #04AF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.95%

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

R = 1.32%
G = 57.95%
B = 40.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#04AF7B (or 0x04AF7B) is known color: Jade. HEX triplet: 04, AF and 7B. RGB value is (4,175,123). Sum of RGB (Red+Green+Blue) = 4+175+123=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF7B is #FB5084. Grayscale: #757575. Windows color (decimal): -16470149 or 8105732. OLE color: 8105732.

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

Color convert

RGB 4 175 123 -
CMYK 0.98 0 0.30 0.31
HSL 161.75º 0.96% 0.35% -
HSV(B) 161.75º 0.98% 0.69% -
XYZ 18.96 32.12 23.94 -
YUV 117.94 130.85 46.73 -
System Red Green Blue C M Y K H S L
Decimal 4 175 123 0.98 0 0.30 0.31 161.75 0.96 0.35
Hex 4 AF 7B 62 0 1E 1F A2 60 23
Octal 4 257 173 142 0 36 37 242 140 43
Binary 100 10101111 1111011 1100010 0 11110 11111 10100010 1100000 100011

Color Harmonies of #04AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF7B

Black with #04AF7B

Text Example


Text Example

White with #04AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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