Html Css Color HEX #91B5AD Sea Nymph

📋 copy color: '#91B5AD'

red 145 ◦ green 181 ◦ blue 173

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

Shades of Sea Nymph #91B5AD

Tints of Sea Nymph #91B5AD

RGB

 RED value IS 145 (57.03% from 255) = 29.06%

 GREEN value IS 181 (71.09% from 255) = 36.27%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 29.06%
G = 36.27%
B = 34.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#91B5AD (or 0x91B5AD) is known color: Sea Nymph. HEX triplet: 91, B5 and AD. RGB value is (145,181,173). Sum of RGB (Red+Green+Blue) = 145+181+173=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #91B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B5AD is #6E4A52. Grayscale: #A9A9A9. Windows color (decimal): -7227987 or 11384209. OLE color: 11384209.

HSL color Cylindrical-coordinate representation of color #91B5AD: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #91B5AD is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 181 173 -
CMYK 0.20 0 0.04 0.29
HSL 166.67º 0.2% 0.64% -
HSV(B) 166.67º 0.2% 0.71% -
XYZ 35.74 42.08 45.77 -
YUV 169.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 145 181 173 0.20 0 0.04 0.29 166.67 0.2 0.64
Hex 91 B5 AD 14 0 4 1D A7 14 40
Octal 221 265 255 24 0 4 35 247 24 100
Binary 10010001 10110101 10101101 10100 0 100 11101 10100111 10100 1000000

Color Harmonies of #91B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B5AD

Black with #91B5AD

Text Example


Text Example

White with #91B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91B5AD; }

 p { color: rgb(145,181,173); }

 H1.HeaderClassName
 {
   color: #91B5AD;
 }
 .AnyTagClassName
 {
   color: #91B5AD;
 }
</style>

background-color css

<style>
 a { background-color: #91B5AD; }

 a { background-color: rgb(145,181,173); }

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

border-color css

<style>
 span { border-color: #91B5AD; }

 span { border-color: rgb(145,181,173); }

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