Html Css Color HEX #03B4A4 Persian Green

📋 copy color: '#03B4A4'

red 3 ◦ green 180 ◦ blue 164

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

Shades of Persian Green #03B4A4

Tints of Persian Green #03B4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 0.86%
G = 51.87%
B = 47.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#03B4A4 (or 0x03B4A4) is known color: Persian Green. HEX triplet: 03, B4 and A4. RGB value is (3,180,164). Sum of RGB (Red+Green+Blue) = 3+180+164=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #03B4A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B4A4 is #FC4B5B. Grayscale: #7D7D7D. Windows color (decimal): -16534364 or 10793987. OLE color: 10793987.

HSL color Cylindrical-coordinate representation of color #03B4A4: hue angle of 174.58º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B4A4 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 180 164 -
CMYK 0.98 0 0.09 0.29
HSL 174.58º 0.97% 0.36% -
HSV(B) 174.58º 0.98% 0.71% -
XYZ 23.06 35.34 40.73 -
YUV 125.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 3 180 164 0.98 0 0.09 0.29 174.58 0.97 0.36
Hex 3 B4 A4 62 0 9 1D AF 61 24
Octal 3 264 244 142 0 11 35 257 141 44
Binary 11 10110100 10100100 1100010 0 1001 11101 10101111 1100001 100100

Color Harmonies of #03B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B4A4

Black with #03B4A4

Text Example


Text Example

White with #03B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,180,164); }

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

background-color css

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

 a { background-color: rgb(3,180,164); }

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

border-color css

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

 span { border-color: rgb(3,180,164); }

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