Html Css Color HEX #8BAF9F Sea Nymph

📋 copy color: '#8BAF9F'

red 139 ◦ green 175 ◦ blue 159

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

Shades of Sea Nymph #8BAF9F

Tints of Sea Nymph #8BAF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 29.39%
G = 37%
B = 33.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#8BAF9F (or 0x8BAF9F) is known color: Sea Nymph. HEX triplet: 8B, AF and 9F. RGB value is (139,175,159). Sum of RGB (Red+Green+Blue) = 139+175+159=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF9F is #745060. Grayscale: #A2A2A2. Windows color (decimal): -7622753 or 10465163. OLE color: 10465163.

HSL color Cylindrical-coordinate representation of color #8BAF9F: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAF9F is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 159 -
CMYK 0.21 0 0.09 0.31
HSL 153.33º 0.18% 0.62% -
HSV(B) 153.33º 0.21% 0.69% -
XYZ 32.24 38.65 38.56 -
YUV 162.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 139 175 159 0.21 0 0.09 0.31 153.33 0.18 0.62
Hex 8B AF 9F 15 0 9 1F 99 12 3E
Octal 213 257 237 25 0 11 37 231 22 76
Binary 10001011 10101111 10011111 10101 0 1001 11111 10011001 10010 111110

Color Harmonies of #8BAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF9F

Black with #8BAF9F

Text Example


Text Example

White with #8BAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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