Html Css Color HEX #81ABA3 Sea Nymph

📋 copy color: '#81ABA3'

red 129 ◦ green 171 ◦ blue 163

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

Shades of Sea Nymph #81ABA3

Tints of Sea Nymph #81ABA3

RGB

 RED value IS 129 (50.78% from 255) = 27.86%

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 163 (64.06% from 255) = 35.21%

R = 27.86%
G = 36.93%
B = 35.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#81ABA3 (or 0x81ABA3) is known color: Sea Nymph. HEX triplet: 81, AB and A3. RGB value is (129,171,163). Sum of RGB (Red+Green+Blue) = 129+171+163=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #81ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABA3 is #7E545C. Grayscale: #9D9D9D. Windows color (decimal): -8279133 or 10726273. OLE color: 10726273.

HSL color Cylindrical-coordinate representation of color #81ABA3: hue angle of 168.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81ABA3 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 171 163 -
CMYK 0.25 0 0.05 0.33
HSL 168.57º 0.2% 0.59% -
HSV(B) 168.57º 0.25% 0.67% -
XYZ 30.23 36.44 40.09 -
YUV 157.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 129 171 163 0.25 0 0.05 0.33 168.57 0.2 0.59
Hex 81 AB A3 19 0 5 21 A9 14 3B
Octal 201 253 243 31 0 5 41 251 24 73
Binary 10000001 10101011 10100011 11001 0 101 100001 10101001 10100 111011

Color Harmonies of #81ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABA3

Black with #81ABA3

Text Example


Text Example

White with #81ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ABA3; }

 p { color: rgb(129,171,163); }

 H1.HeaderClassName
 {
   color: #81ABA3;
 }
 .AnyTagClassName
 {
   color: #81ABA3;
 }
</style>

background-color css

<style>
 a { background-color: #81ABA3; }

 a { background-color: rgb(129,171,163); }

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

border-color css

<style>
 span { border-color: #81ABA3; }

 span { border-color: rgb(129,171,163); }

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