Html Css Color HEX #8BAFA0 Sea Nymph

📋 copy color: '#8BAFA0'

red 139 ◦ green 175 ◦ blue 160

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

Shades of Sea Nymph #8BAFA0

Tints of Sea Nymph #8BAFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 29.32%
G = 36.92%
B = 33.76%

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

#8BAFA0 (or 0x8BAFA0) is known color: Sea Nymph. HEX triplet: 8B, AF and A0. RGB value is (139,175,160). Sum of RGB (Red+Green+Blue) = 139+175+160=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFA0 is #74505F. Grayscale: #A2A2A2. Windows color (decimal): -7622752 or 10530699. OLE color: 10530699.

HSL color Cylindrical-coordinate representation of color #8BAFA0: hue angle of 155º 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 #8BAFA0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 160 -
CMYK 0.21 0 0.09 0.31
HSL 155º 0.18% 0.62% -
HSV(B) 155º 0.21% 0.69% -
XYZ 32.32 38.69 39.02 -
YUV 162.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 139 175 160 0.21 0 0.09 0.31 155 0.18 0.62
Hex 8B AF A0 15 0 9 1F 9B 12 3E
Octal 213 257 240 25 0 11 37 233 22 76
Binary 10001011 10101111 10100000 10101 0 1001 11111 10011011 10010 111110

Color Harmonies of #8BAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFA0

Black with #8BAFA0

Text Example


Text Example

White with #8BAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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