Html Css Color HEX #8BBBAD Sea Nymph

📋 copy color: '#8BBBAD'

red 139 ◦ green 187 ◦ blue 173

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

Shades of Sea Nymph #8BBBAD

Tints of Sea Nymph #8BBBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 27.86%
G = 37.47%
B = 34.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#8BBBAD (or 0x8BBBAD) is known color: Sea Nymph. HEX triplet: 8B, BB and AD. RGB value is (139,187,173). Sum of RGB (Red+Green+Blue) = 139+187+173=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBBAD is #744452. Grayscale: #ABABAB. Windows color (decimal): -7619667 or 11385739. OLE color: 11385739.

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

Color convert

RGB 139 187 173 -
CMYK 0.26 0 0.07 0.27
HSL 162.5º 0.26% 0.64% -
HSV(B) 162.5º 0.26% 0.73% -
XYZ 35.96 44.05 46.14 -
YUV 171.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 139 187 173 0.26 0 0.07 0.27 162.5 0.26 0.64
Hex 8B BB AD 1A 0 7 1B A2 1A 40
Octal 213 273 255 32 0 7 33 242 32 100
Binary 10001011 10111011 10101101 11010 0 111 11011 10100010 11010 1000000

Color Harmonies of #8BBBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBBAD

Black with #8BBBAD

Text Example


Text Example

White with #8BBBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,187,173); }

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

background-color css

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

 a { background-color: rgb(139,187,173); }

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

border-color css

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

 span { border-color: rgb(139,187,173); }

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