Html Css Color HEX #8BB9AF Sea Nymph

📋 copy color: '#8BB9AF'

red 139 ◦ green 185 ◦ blue 175

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

Shades of Sea Nymph #8BB9AF

Tints of Sea Nymph #8BB9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 27.86%
G = 37.07%
B = 35.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#8BB9AF (or 0x8BB9AF) is known color: Sea Nymph. HEX triplet: 8B, B9 and AF. RGB value is (139,185,175). Sum of RGB (Red+Green+Blue) = 139+185+175=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB9AF is #744650. Grayscale: #AAAAAA. Windows color (decimal): -7620177 or 11516299. OLE color: 11516299.

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

Color convert

RGB 139 185 175 -
CMYK 0.25 0 0.05 0.27
HSL 166.96º 0.25% 0.64% -
HSV(B) 166.96º 0.25% 0.73% -
XYZ 35.73 43.28 47.03 -
YUV 170.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 139 185 175 0.25 0 0.05 0.27 166.96 0.25 0.64
Hex 8B B9 AF 19 0 5 1B A7 19 40
Octal 213 271 257 31 0 5 33 247 31 100
Binary 10001011 10111001 10101111 11001 0 101 11011 10100111 11001 1000000

Color Harmonies of #8BB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9AF

Black with #8BB9AF

Text Example


Text Example

White with #8BB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,185,175); }

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

background-color css

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

 a { background-color: rgb(139,185,175); }

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

border-color css

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

 span { border-color: rgb(139,185,175); }

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