Html Css Color HEX #03B88B Persian Green

📋 copy color: '#03B88B'

red 3 ◦ green 184 ◦ blue 139

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

Shades of Persian Green #03B88B

Tints of Persian Green #03B88B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 0.92%
G = 56.44%
B = 42.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#03B88B (or 0x03B88B) is known color: Persian Green. HEX triplet: 03, B8 and 8B. RGB value is (3,184,139). Sum of RGB (Red+Green+Blue) = 3+184+139=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #03B88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B88B is #FC4774. Grayscale: #7C7C7C. Windows color (decimal): -16533365 or 9156611. OLE color: 9156611.

HSL color Cylindrical-coordinate representation of color #03B88B: hue angle of 165.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B88B is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 184 139 -
CMYK 0.98 0 0.24 0.28
HSL 165.08º 0.97% 0.37% -
HSV(B) 165.08º 0.98% 0.72% -
XYZ 21.84 36.16 30.26 -
YUV 124.75 136.03 41.16 -
System Red Green Blue C M Y K H S L
Decimal 3 184 139 0.98 0 0.24 0.28 165.08 0.97 0.37
Hex 3 B8 8B 62 0 18 1C A5 61 25
Octal 3 270 213 142 0 30 34 245 141 45
Binary 11 10111000 10001011 1100010 0 11000 11100 10100101 1100001 100101

Color Harmonies of #03B88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B88B

Black with #03B88B

Text Example


Text Example

White with #03B88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,184,139); }

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

background-color css

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

 a { background-color: rgb(3,184,139); }

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

border-color css

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

 span { border-color: rgb(3,184,139); }

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