Html Css Color HEX #8BBAAA Sea Nymph

📋 copy color: '#8BBAAA'

red 139 ◦ green 186 ◦ blue 170

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

Shades of Sea Nymph #8BBAAA

Tints of Sea Nymph #8BBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.58%

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

R = 28.08%
G = 37.58%
B = 34.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#8BBAAA (or 0x8BBAAA) is known color: Sea Nymph. HEX triplet: 8B, BA and AA. RGB value is (139,186,170). Sum of RGB (Red+Green+Blue) = 139+186+170=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAAA is #744555. Grayscale: #AAAAAA. Windows color (decimal): -7619926 or 11188875. OLE color: 11188875.

HSL color Cylindrical-coordinate representation of color #8BBAAA: hue angle of 159.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BBAAA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 186 170 -
CMYK 0.25 0 0.09 0.27
HSL 159.57º 0.25% 0.64% -
HSV(B) 159.57º 0.25% 0.73% -
XYZ 35.46 43.51 44.56 -
YUV 170.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 139 186 170 0.25 0 0.09 0.27 159.57 0.25 0.64
Hex 8B BA AA 19 0 9 1B A0 19 40
Octal 213 272 252 31 0 11 33 240 31 100
Binary 10001011 10111010 10101010 11001 0 1001 11011 10100000 11001 1000000

Color Harmonies of #8BBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAAA

Black with #8BBAAA

Text Example


Text Example

White with #8BBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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