Html Css Color HEX #03B88D Persian Green

📋 copy color: '#03B88D'

red 3 ◦ green 184 ◦ blue 141

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

Shades of Persian Green #03B88D

Tints of Persian Green #03B88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 0.91%
G = 56.1%
B = 42.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#03B88D (or 0x03B88D) is known color: Persian Green. HEX triplet: 03, B8 and 8D. RGB value is (3,184,141). Sum of RGB (Red+Green+Blue) = 3+184+141=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #03B88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B88D is #FC4772. Grayscale: #7C7C7C. Windows color (decimal): -16533363 or 9287683. OLE color: 9287683.

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

Color convert

RGB 3 184 141 -
CMYK 0.98 0 0.23 0.28
HSL 165.75º 0.97% 0.37% -
HSV(B) 165.75º 0.98% 0.72% -
XYZ 21.99 36.22 31.03 -
YUV 124.98 137.03 41 -
System Red Green Blue C M Y K H S L
Decimal 3 184 141 0.98 0 0.23 0.28 165.75 0.97 0.37
Hex 3 B8 8D 62 0 17 1C A6 61 25
Octal 3 270 215 142 0 27 34 246 141 45
Binary 11 10111000 10001101 1100010 0 10111 11100 10100110 1100001 100101

Color Harmonies of #03B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B88D

Black with #03B88D

Text Example


Text Example

White with #03B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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