Html Css Color HEX #00B8AA Persian Green

📋 copy color: '#00B8AA'

red 0 ◦ green 184 ◦ blue 170

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

Shades of Persian Green #00B8AA

Tints of Persian Green #00B8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 0%
G = 51.98%
B = 48.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#00B8AA (or 0x00B8AA) is known color: Persian Green. HEX triplet: 00, B8 and AA. RGB value is (0,184,170). Sum of RGB (Red+Green+Blue) = 0+184+170=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B8AA is #FF4755. Grayscale: #7F7F7F. Windows color (decimal): -16729942 or 11188224. OLE color: 11188224.

HSL color Cylindrical-coordinate representation of color #00B8AA: hue angle of 175.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8AA is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 184 170 -
CMYK 1 0 0.08 0.28
HSL 175.43º 1% 0.36% -
HSV(B) 175.43º 1% 0.72% -
XYZ 24.4 37.18 43.92 -
YUV 127.39 152.04 37.14 -
System Red Green Blue C M Y K H S L
Decimal 0 184 170 1 0 0.08 0.28 175.43 1 0.36
Hex 0 B8 AA 64 0 8 1C AF 64 24
Octal 0 270 252 144 0 10 34 257 144 44
Binary 0 10111000 10101010 1100100 0 1000 11100 10101111 1100100 100100

Color Harmonies of #00B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B8AA

Black with #00B8AA

Text Example


Text Example

White with #00B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,184,170); }

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

background-color css

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

 a { background-color: rgb(0,184,170); }

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

border-color css

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

 span { border-color: rgb(0,184,170); }

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