Html Css Color HEX #91B4AB Sea Nymph

📋 copy color: '#91B4AB'

red 145 ◦ green 180 ◦ blue 171

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

Shades of Sea Nymph #91B4AB

Tints of Sea Nymph #91B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 29.23%
G = 36.29%
B = 34.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#91B4AB (or 0x91B4AB) is known color: Sea Nymph. HEX triplet: 91, B4 and AB. RGB value is (145,180,171). Sum of RGB (Red+Green+Blue) = 145+180+171=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #91B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B4AB is #6E4B54. Grayscale: #A8A8A8. Windows color (decimal): -7228245 or 11252881. OLE color: 11252881.

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

Color convert

RGB 145 180 171 -
CMYK 0.19 0 0.05 0.29
HSL 164.57º 0.19% 0.64% -
HSV(B) 164.57º 0.19% 0.71% -
XYZ 35.35 41.6 44.7 -
YUV 168.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 145 180 171 0.19 0 0.05 0.29 164.57 0.19 0.64
Hex 91 B4 AB 13 0 5 1D A5 13 40
Octal 221 264 253 23 0 5 35 245 23 100
Binary 10010001 10110100 10101011 10011 0 101 11101 10100101 10011 1000000

Color Harmonies of #91B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B4AB

Black with #91B4AB

Text Example


Text Example

White with #91B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,180,171); }

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

background-color css

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

 a { background-color: rgb(145,180,171); }

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

border-color css

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

 span { border-color: rgb(145,180,171); }

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