Html Css Color HEX #03A068 Jade

📋 copy color: '#03A068'

red 3 ◦ green 160 ◦ blue 104

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

Shades of Jade #03A068

Tints of Jade #03A068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 1.12%
G = 59.93%
B = 38.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#03A068 (or 0x03A068) is known color: Jade. HEX triplet: 03, A0 and 68. RGB value is (3,160,104). Sum of RGB (Red+Green+Blue) = 3+160+104=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #03A068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A068 is #FC5F97. Grayscale: #6A6A6A. Windows color (decimal): -16539544 or 6856707. OLE color: 6856707.

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

Color convert

RGB 3 160 104 -
CMYK 0.98 0 0.35 0.37
HSL 158.6º 0.96% 0.32% -
HSV(B) 158.6º 0.98% 0.63% -
XYZ 15.11 26.16 17.35 -
YUV 106.67 126.49 54.05 -
System Red Green Blue C M Y K H S L
Decimal 3 160 104 0.98 0 0.35 0.37 158.6 0.96 0.32
Hex 3 A0 68 62 0 23 25 9F 60 20
Octal 3 240 150 142 0 43 45 237 140 40
Binary 11 10100000 1101000 1100010 0 100011 100101 10011111 1100000 100000

Color Harmonies of #03A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A068

Black with #03A068

Text Example


Text Example

White with #03A068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,160,104); }

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

background-color css

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

 a { background-color: rgb(3,160,104); }

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

border-color css

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

 span { border-color: rgb(3,160,104); }

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