Html Css Color HEX #81AEA6 Sea Nymph

📋 copy color: '#81AEA6'

red 129 ◦ green 174 ◦ blue 166

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

Shades of Sea Nymph #81AEA6

Tints of Sea Nymph #81AEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 27.51%
G = 37.1%
B = 35.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#81AEA6 (or 0x81AEA6) is known color: Sea Nymph. HEX triplet: 81, AE and A6. RGB value is (129,174,166). Sum of RGB (Red+Green+Blue) = 129+174+166=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEA6 is #7E5159. Grayscale: #9F9F9F. Windows color (decimal): -8278362 or 10923649. OLE color: 10923649.

HSL color Cylindrical-coordinate representation of color #81AEA6: hue angle of 169.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AEA6 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 174 166 -
CMYK 0.26 0 0.05 0.32
HSL 169.33º 0.22% 0.59% -
HSV(B) 169.33º 0.26% 0.68% -
XYZ 31.07 37.69 41.71 -
YUV 159.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 129 174 166 0.26 0 0.05 0.32 169.33 0.22 0.59
Hex 81 AE A6 1A 0 5 20 A9 16 3B
Octal 201 256 246 32 0 5 40 251 26 73
Binary 10000001 10101110 10100110 11010 0 101 100000 10101001 10110 111011

Color Harmonies of #81AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEA6

Black with #81AEA6

Text Example


Text Example

White with #81AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,174,166); }

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

background-color css

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

 a { background-color: rgb(129,174,166); }

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

border-color css

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

 span { border-color: rgb(129,174,166); }

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