Html Css Color HEX #00B3AB Persian Green

📋 copy color: '#00B3AB'

red 0 ◦ green 179 ◦ blue 171

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

Shades of Persian Green #00B3AB

Tints of Persian Green #00B3AB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.14%

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

R = 0%
G = 51.14%
B = 48.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#00B3AB (or 0x00B3AB) is known color: Persian Green. HEX triplet: 00, B3 and AB. RGB value is (0,179,171). Sum of RGB (Red+Green+Blue) = 0+179+171=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #00B3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B3AB is #FF4C54. Grayscale: #7C7C7C. Windows color (decimal): -16731221 or 11252480. OLE color: 11252480.

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

Color convert

RGB 0 179 171 -
CMYK 1 0 0.04 0.30
HSL 177.32º 1% 0.35% -
HSV(B) 177.32º 1% 0.7% -
XYZ 23.47 35.18 44.08 -
YUV 124.57 154.2 39.15 -
System Red Green Blue C M Y K H S L
Decimal 0 179 171 1 0 0.04 0.30 177.32 1 0.35
Hex 0 B3 AB 64 0 4 1E B1 64 23
Octal 0 263 253 144 0 4 36 261 144 43
Binary 0 10110011 10101011 1100100 0 100 11110 10110001 1100100 100011

Color Harmonies of #00B3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B3AB

Black with #00B3AB

Text Example


Text Example

White with #00B3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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