Html Css Color HEX #81B3A5 Sea Nymph

📋 copy color: '#81B3A5'

red 129 ◦ green 179 ◦ blue 165

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

Shades of Sea Nymph #81B3A5

Tints of Sea Nymph #81B3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 27.27%
G = 37.84%
B = 34.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#81B3A5 (or 0x81B3A5) is known color: Sea Nymph. HEX triplet: 81, B3 and A5. RGB value is (129,179,165). Sum of RGB (Red+Green+Blue) = 129+179+165=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #81B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B3A5 is #7E4C5A. Grayscale: #A2A2A2. Windows color (decimal): -8277083 or 10859393. OLE color: 10859393.

HSL color Cylindrical-coordinate representation of color #81B3A5: hue angle of 163.2º 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 #81B3A5 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 179 165 -
CMYK 0.28 0 0.08 0.30
HSL 163.2º 0.25% 0.6% -
HSV(B) 163.2º 0.28% 0.7% -
XYZ 31.96 39.62 41.56 -
YUV 162.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 129 179 165 0.28 0 0.08 0.30 163.2 0.25 0.6
Hex 81 B3 A5 1C 0 8 1E A3 19 3C
Octal 201 263 245 34 0 10 36 243 31 74
Binary 10000001 10110011 10100101 11100 0 1000 11110 10100011 11001 111100

Color Harmonies of #81B3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B3A5

Black with #81B3A5

Text Example


Text Example

White with #81B3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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