Html Css Color HEX #00B2AB Persian Green

📋 copy color: '#00B2AB'

red 0 ◦ green 178 ◦ blue 171

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

Shades of Persian Green #00B2AB

Tints of Persian Green #00B2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51%

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

R = 0%
G = 51%
B = 49%

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

#00B2AB (or 0x00B2AB) is known color: Persian Green. HEX triplet: 00, B2 and AB. RGB value is (0,178,171). Sum of RGB (Red+Green+Blue) = 0+178+171=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #00B2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B2AB is #FF4D54. Grayscale: #7B7B7B. Windows color (decimal): -16731477 or 11252224. OLE color: 11252224.

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

Color convert

RGB 0 178 171 -
CMYK 1 0 0.04 0.30
HSL 177.64º 1% 0.35% -
HSV(B) 177.64º 1% 0.7% -
XYZ 23.27 34.78 44.01 -
YUV 123.98 154.53 39.57 -
System Red Green Blue C M Y K H S L
Decimal 0 178 171 1 0 0.04 0.30 177.64 1 0.35
Hex 0 B2 AB 64 0 4 1E B2 64 23
Octal 0 262 253 144 0 4 36 262 144 43
Binary 0 10110010 10101011 1100100 0 100 11110 10110010 1100100 100011

Color Harmonies of #00B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B2AB

Black with #00B2AB

Text Example


Text Example

White with #00B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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