Html Css Color HEX #03B085 Persian Green

📋 copy color: '#03B085'

red 3 ◦ green 176 ◦ blue 133

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

Shades of Persian Green #03B085

Tints of Persian Green #03B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.41%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 0.96%
G = 56.41%
B = 42.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#03B085 (or 0x03B085) is known color: Persian Green. HEX triplet: 03, B0 and 85. RGB value is (3,176,133). Sum of RGB (Red+Green+Blue) = 3+176+133=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #03B085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B085 is #FC4F7A. Grayscale: #777777. Windows color (decimal): -16535419 or 8761347. OLE color: 8761347.

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

Color convert

RGB 3 176 133 -
CMYK 0.98 0 0.24 0.31
HSL 165.09º 0.97% 0.35% -
HSV(B) 165.09º 0.98% 0.69% -
XYZ 19.8 32.76 27.47 -
YUV 119.37 135.69 45 -
System Red Green Blue C M Y K H S L
Decimal 3 176 133 0.98 0 0.24 0.31 165.09 0.97 0.35
Hex 3 B0 85 62 0 18 1F A5 61 23
Octal 3 260 205 142 0 30 37 245 141 43
Binary 11 10110000 10000101 1100010 0 11000 11111 10100101 1100001 100011

Color Harmonies of #03B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B085

Black with #03B085

Text Example


Text Example

White with #03B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,176,133); }

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

background-color css

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

 a { background-color: rgb(3,176,133); }

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

border-color css

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

 span { border-color: rgb(3,176,133); }

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