Html Css Color HEX #00B4AB Persian Green

📋 copy color: '#00B4AB'

red 0 ◦ green 180 ◦ blue 171

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

Shades of Persian Green #00B4AB

Tints of Persian Green #00B4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 0%
G = 51.28%
B = 48.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#00B4AB (or 0x00B4AB) is known color: Persian Green. HEX triplet: 00, B4 and AB. RGB value is (0,180,171). Sum of RGB (Red+Green+Blue) = 0+180+171=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #00B4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B4AB is #FF4B54. Grayscale: #7D7D7D. Windows color (decimal): -16730965 or 11252736. OLE color: 11252736.

HSL color Cylindrical-coordinate representation of color #00B4AB: hue angle of 177º 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 #00B4AB is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 180 171 -
CMYK 1 0 0.05 0.29
HSL 177º 1% 0.35% -
HSV(B) 177º 1% 0.71% -
XYZ 23.67 35.58 44.15 -
YUV 125.15 153.87 38.73 -
System Red Green Blue C M Y K H S L
Decimal 0 180 171 1 0 0.05 0.29 177 1 0.35
Hex 0 B4 AB 64 0 5 1D B1 64 23
Octal 0 264 253 144 0 5 35 261 144 43
Binary 0 10110100 10101011 1100100 0 101 11101 10110001 1100100 100011

Color Harmonies of #00B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B4AB

Black with #00B4AB

Text Example


Text Example

White with #00B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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