Html Css Color HEX #8BBAA7 Sea Nymph

📋 copy color: '#8BBAA7'

red 139 ◦ green 186 ◦ blue 167

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

Shades of Sea Nymph #8BBAA7

Tints of Sea Nymph #8BBAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.94%

R = 28.25%
G = 37.8%
B = 33.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#8BBAA7 (or 0x8BBAA7) is known color: Sea Nymph. HEX triplet: 8B, BA and A7. RGB value is (139,186,167). Sum of RGB (Red+Green+Blue) = 139+186+167=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAA7 is #744558. Grayscale: #A9A9A9. Windows color (decimal): -7619929 or 10992267. OLE color: 10992267.

HSL color Cylindrical-coordinate representation of color #8BBAA7: hue angle of 155.74º 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 #8BBAA7 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 186 167 -
CMYK 0.25 0 0.10 0.27
HSL 155.74º 0.25% 0.64% -
HSV(B) 155.74º 0.25% 0.73% -
XYZ 35.18 43.4 43.08 -
YUV 169.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 139 186 167 0.25 0 0.10 0.27 155.74 0.25 0.64
Hex 8B BA A7 19 0 A 1B 9C 19 40
Octal 213 272 247 31 0 12 33 234 31 100
Binary 10001011 10111010 10100111 11001 0 1010 11011 10011100 11001 1000000

Color Harmonies of #8BBAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAA7

Black with #8BBAA7

Text Example


Text Example

White with #8BBAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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