Html Css Color HEX #8BB5AA Sea Nymph

📋 copy color: '#8BB5AA'

red 139 ◦ green 181 ◦ blue 170

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

Shades of Sea Nymph #8BB5AA

Tints of Sea Nymph #8BB5AA

RGB

 RED value IS 139 (54.69% from 255) = 28.37%

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

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 28.37%
G = 36.94%
B = 34.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#8BB5AA (or 0x8BB5AA) is known color: Sea Nymph. HEX triplet: 8B, B5 and AA. RGB value is (139,181,170). Sum of RGB (Red+Green+Blue) = 139+181+170=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB5AA is #744A55. Grayscale: #A7A7A7. Windows color (decimal): -7621206 or 11187595. OLE color: 11187595.

HSL color Cylindrical-coordinate representation of color #8BB5AA: hue angle of 164.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB5AA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 181 170 -
CMYK 0.23 0 0.06 0.29
HSL 164.29º 0.22% 0.63% -
HSV(B) 164.29º 0.23% 0.71% -
XYZ 34.43 41.44 44.21 -
YUV 167.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 139 181 170 0.23 0 0.06 0.29 164.29 0.22 0.63
Hex 8B B5 AA 17 0 6 1D A4 16 3F
Octal 213 265 252 27 0 6 35 244 26 77
Binary 10001011 10110101 10101010 10111 0 110 11101 10100100 10110 111111

Color Harmonies of #8BB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5AA

Black with #8BB5AA

Text Example


Text Example

White with #8BB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB5AA; }

 p { color: rgb(139,181,170); }

 H1.HeaderClassName
 {
   color: #8BB5AA;
 }
 .AnyTagClassName
 {
   color: #8BB5AA;
 }
</style>

background-color css

<style>
 a { background-color: #8BB5AA; }

 a { background-color: rgb(139,181,170); }

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

border-color css

<style>
 span { border-color: #8BB5AA; }

 span { border-color: rgb(139,181,170); }

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