Html Css Color HEX #03AF8C Persian Green

📋 copy color: '#03AF8C'

red 3 ◦ green 175 ◦ blue 140

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

Shades of Persian Green #03AF8C

Tints of Persian Green #03AF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 0.94%
G = 55.03%
B = 44.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#03AF8C (or 0x03AF8C) is known color: Persian Green. HEX triplet: 03, AF and 8C. RGB value is (3,175,140). Sum of RGB (Red+Green+Blue) = 3+175+140=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AF8C is #FC5073. Grayscale: #777777. Windows color (decimal): -16535668 or 9219843. OLE color: 9219843.

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

Color convert

RGB 3 175 140 -
CMYK 0.98 0 0.2 0.31
HSL 167.79º 0.97% 0.35% -
HSV(B) 167.79º 0.98% 0.69% -
XYZ 20.1 32.57 30.04 -
YUV 119.58 139.52 44.85 -
System Red Green Blue C M Y K H S L
Decimal 3 175 140 0.98 0 0.2 0.31 167.79 0.97 0.35
Hex 3 AF 8C 62 0 14 1F A8 61 23
Octal 3 257 214 142 0 24 37 250 141 43
Binary 11 10101111 10001100 1100010 0 10100 11111 10101000 1100001 100011

Color Harmonies of #03AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF8C

Black with #03AF8C

Text Example


Text Example

White with #03AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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