Html Css Color HEX #81B3A7 Sea Nymph

📋 copy color: '#81B3A7'

red 129 ◦ green 179 ◦ blue 167

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

Shades of Sea Nymph #81B3A7

Tints of Sea Nymph #81B3A7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.68%

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 27.16%
G = 37.68%
B = 35.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#81B3A7 (or 0x81B3A7) is known color: Sea Nymph. HEX triplet: 81, B3 and A7. RGB value is (129,179,167). Sum of RGB (Red+Green+Blue) = 129+179+167=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #81B3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B3A7 is #7E4C58. Grayscale: #A2A2A2. Windows color (decimal): -8277081 or 10990465. OLE color: 10990465.

HSL color Cylindrical-coordinate representation of color #81B3A7: hue angle of 165.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B3A7 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 179 167 -
CMYK 0.28 0 0.07 0.30
HSL 165.6º 0.25% 0.6% -
HSV(B) 165.6º 0.28% 0.7% -
XYZ 32.15 39.7 42.53 -
YUV 162.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 129 179 167 0.28 0 0.07 0.30 165.6 0.25 0.6
Hex 81 B3 A7 1C 0 7 1E A6 19 3C
Octal 201 263 247 34 0 7 36 246 31 74
Binary 10000001 10110011 10100111 11100 0 111 11110 10100110 11001 111100

Color Harmonies of #81B3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B3A7

Black with #81B3A7

Text Example


Text Example

White with #81B3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,179,167); }

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

background-color css

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

 a { background-color: rgb(129,179,167); }

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

border-color css

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

 span { border-color: rgb(129,179,167); }

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