Html Css Color HEX #8BBCAD Sea Nymph

📋 copy color: '#8BBCAD'

red 139 ◦ green 188 ◦ blue 173

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

Shades of Sea Nymph #8BBCAD

Tints of Sea Nymph #8BBCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 27.8%
G = 37.6%
B = 34.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#8BBCAD (or 0x8BBCAD) is known color: Sea Nymph. HEX triplet: 8B, BC and AD. RGB value is (139,188,173). Sum of RGB (Red+Green+Blue) = 139+188+173=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCAD is #744352. Grayscale: #ABABAB. Windows color (decimal): -7619411 or 11385995. OLE color: 11385995.

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

Color convert

RGB 139 188 173 -
CMYK 0.26 0 0.08 0.26
HSL 161.63º 0.27% 0.64% -
HSV(B) 161.63º 0.26% 0.74% -
XYZ 36.17 44.47 46.21 -
YUV 171.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 139 188 173 0.26 0 0.08 0.26 161.63 0.27 0.64
Hex 8B BC AD 1A 0 8 1A A2 1B 40
Octal 213 274 255 32 0 10 32 242 33 100
Binary 10001011 10111100 10101101 11010 0 1000 11010 10100010 11011 1000000

Color Harmonies of #8BBCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCAD

Black with #8BBCAD

Text Example


Text Example

White with #8BBCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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