Html Css Color HEX #03AF6E Jade

📋 copy color: '#03AF6E'

red 3 ◦ green 175 ◦ blue 110

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

Shades of Jade #03AF6E

Tints of Jade #03AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 1.04%
G = 60.76%
B = 38.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#03AF6E (or 0x03AF6E) is known color: Jade. HEX triplet: 03, AF and 6E. RGB value is (3,175,110). Sum of RGB (Red+Green+Blue) = 3+175+110=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF6E is #FC5091. Grayscale: #747474. Windows color (decimal): -16535698 or 7253763. OLE color: 7253763.

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

Color convert

RGB 3 175 110 -
CMYK 0.98 0 0.37 0.31
HSL 157.33º 0.97% 0.35% -
HSV(B) 157.33º 0.98% 0.69% -
XYZ 18.18 31.81 19.93 -
YUV 116.16 124.52 47.29 -
System Red Green Blue C M Y K H S L
Decimal 3 175 110 0.98 0 0.37 0.31 157.33 0.97 0.35
Hex 3 AF 6E 62 0 25 1F 9D 61 23
Octal 3 257 156 142 0 45 37 235 141 43
Binary 11 10101111 1101110 1100010 0 100101 11111 10011101 1100001 100011

Color Harmonies of #03AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF6E

Black with #03AF6E

Text Example


Text Example

White with #03AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,175,110); }

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

background-color css

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

 a { background-color: rgb(3,175,110); }

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

border-color css

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

 span { border-color: rgb(3,175,110); }

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