Html Css Color HEX #86FBAB Pale Green

📋 copy color: '#86FBAB'

red 134 ◦ green 251 ◦ blue 171

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

Shades of Pale Green #86FBAB

Tints of Pale Green #86FBAB

RGB

 RED value IS 134 (52.73% from 255) = 24.1%

 GREEN value IS 251 (98.44% from 255) = 45.14%

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

R = 24.1%
G = 45.14%
B = 30.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#86FBAB (or 0x86FBAB) is known color: Pale Green. HEX triplet: 86, FB and AB. RGB value is (134,251,171). Sum of RGB (Red+Green+Blue) = 134+251+171=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FBAB is #790454. Grayscale: #CFCFCF. Windows color (decimal): -7930965 or 11271046. OLE color: 11271046.

HSL color Cylindrical-coordinate representation of color #86FBAB: hue angle of 138.97º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FBAB is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 251 171 -
CMYK 0.47 0 0.32 0.02
HSL 138.97º 0.94% 0.75% -
HSV(B) 138.97º 0.47% 0.98% -
XYZ 51.68 77 50.67 -
YUV 206.9 107.74 76 -
System Red Green Blue C M Y K H S L
Decimal 134 251 171 0.47 0 0.32 0.02 138.97 0.94 0.75
Hex 86 FB AB 2F 0 20 2 8B 5E 4B
Octal 206 373 253 57 0 40 2 213 136 113
Binary 10000110 11111011 10101011 101111 0 100000 10 10001011 1011110 1001011

Color Harmonies of #86FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FBAB

Black with #86FBAB

Text Example


Text Example

White with #86FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86FBAB; }

 p { color: rgb(134,251,171); }

 H1.HeaderClassName
 {
   color: #86FBAB;
 }
 .AnyTagClassName
 {
   color: #86FBAB;
 }
</style>

background-color css

<style>
 a { background-color: #86FBAB; }

 a { background-color: rgb(134,251,171); }

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

border-color css

<style>
 span { border-color: #86FBAB; }

 span { border-color: rgb(134,251,171); }

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