Html Css Color HEX #03AE7B Jade

📋 copy color: '#03AE7B'

red 3 ◦ green 174 ◦ blue 123

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

Shades of Jade #03AE7B

Tints of Jade #03AE7B

RGB

 RED value IS 3 (1.56% from 255) = 1%

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

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

R = 1%
G = 58%
B = 41%

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

#03AE7B (or 0x03AE7B) is known color: Jade. HEX triplet: 03, AE and 7B. RGB value is (3,174,123). Sum of RGB (Red+Green+Blue) = 3+174+123=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AE7B is #FC5184. Grayscale: #757575. Windows color (decimal): -16535941 or 8105475. OLE color: 8105475.

HSL color Cylindrical-coordinate representation of color #03AE7B: hue angle of 162.11º degrees, saturation: 0.97, 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 #03AE7B is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 174 123 -
CMYK 0.98 0 0.29 0.32
HSL 162.11º 0.97% 0.35% -
HSV(B) 162.11º 0.98% 0.68% -
XYZ 18.75 31.72 23.87 -
YUV 117.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 3 174 123 0.98 0 0.29 0.32 162.11 0.97 0.35
Hex 3 AE 7B 62 0 1D 20 A2 61 23
Octal 3 256 173 142 0 35 40 242 141 43
Binary 11 10101110 1111011 1100010 0 11101 100000 10100010 1100001 100011

Color Harmonies of #03AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AE7B

Black with #03AE7B

Text Example


Text Example

White with #03AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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