Html Css Color HEX #00B48C Persian Green

📋 copy color: '#00B48C'

red 0 ◦ green 180 ◦ blue 140

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

Shades of Persian Green #00B48C

Tints of Persian Green #00B48C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 56.25%
B = 43.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#00B48C (or 0x00B48C) is known color: Persian Green. HEX triplet: 00, B4 and 8C. RGB value is (0,180,140). Sum of RGB (Red+Green+Blue) = 0+180+140=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #00B48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B48C is #FF4B73. Grayscale: #797979. Windows color (decimal): -16730996 or 9221120. OLE color: 9221120.

HSL color Cylindrical-coordinate representation of color #00B48C: hue angle of 166.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B48C is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 180 140 -
CMYK 1 0 0.22 0.29
HSL 166.67º 1% 0.35% -
HSV(B) 166.67º 1% 0.71% -
XYZ 21.05 34.54 30.37 -
YUV 121.62 138.37 41.25 -
System Red Green Blue C M Y K H S L
Decimal 0 180 140 1 0 0.22 0.29 166.67 1 0.35
Hex 0 B4 8C 64 0 16 1D A7 64 23
Octal 0 264 214 144 0 26 35 247 144 43
Binary 0 10110100 10001100 1100100 0 10110 11101 10100111 1100100 100011

Color Harmonies of #00B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B48C

Black with #00B48C

Text Example


Text Example

White with #00B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B48C; }

 p { color: rgb(0,180,140); }

 H1.HeaderClassName
 {
   color: #00B48C;
 }
 .AnyTagClassName
 {
   color: #00B48C;
 }
</style>

background-color css

<style>
 a { background-color: #00B48C; }

 a { background-color: rgb(0,180,140); }

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

border-color css

<style>
 span { border-color: #00B48C; }

 span { border-color: rgb(0,180,140); }

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