Html Css Color HEX #91B9AC Sea Nymph

📋 copy color: '#91B9AC'

red 145 ◦ green 185 ◦ blue 172

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

Shades of Sea Nymph #91B9AC

Tints of Sea Nymph #91B9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 28.88%
G = 36.85%
B = 34.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#91B9AC (or 0x91B9AC) is known color: Sea Nymph. HEX triplet: 91, B9 and AC. RGB value is (145,185,172). Sum of RGB (Red+Green+Blue) = 145+185+172=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #91B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B9AC is #6E4653. Grayscale: #ABABAB. Windows color (decimal): -7226964 or 11319697. OLE color: 11319697.

HSL color Cylindrical-coordinate representation of color #91B9AC: hue angle of 160.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91B9AC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 185 172 -
CMYK 0.22 0 0.07 0.27
HSL 160.5º 0.22% 0.65% -
HSV(B) 160.5º 0.22% 0.73% -
XYZ 36.47 43.7 45.54 -
YUV 171.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 145 185 172 0.22 0 0.07 0.27 160.5 0.22 0.65
Hex 91 B9 AC 16 0 7 1B A0 16 41
Octal 221 271 254 26 0 7 33 240 26 101
Binary 10010001 10111001 10101100 10110 0 111 11011 10100000 10110 1000001

Color Harmonies of #91B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B9AC

Black with #91B9AC

Text Example


Text Example

White with #91B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,185,172); }

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

background-color css

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

 a { background-color: rgb(145,185,172); }

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

border-color css

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

 span { border-color: rgb(145,185,172); }

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