Html Css Color HEX #8DBBAB Sea Nymph

📋 copy color: '#8DBBAB'

red 141 ◦ green 187 ◦ blue 171

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

Shades of Sea Nymph #8DBBAB

Tints of Sea Nymph #8DBBAB

RGB

 RED value IS 141 (55.47% from 255) = 28.26%

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

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 28.26%
G = 37.47%
B = 34.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#8DBBAB (or 0x8DBBAB) is known color: Sea Nymph. HEX triplet: 8D, BB and AB. RGB value is (141,187,171). Sum of RGB (Red+Green+Blue) = 141+187+171=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBAB is #724454. Grayscale: #ABABAB. Windows color (decimal): -7488597 or 11254669. OLE color: 11254669.

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

Color convert

RGB 141 187 171 -
CMYK 0.25 0 0.09 0.27
HSL 159.13º 0.25% 0.64% -
HSV(B) 159.13º 0.25% 0.73% -
XYZ 36.11 44.14 45.15 -
YUV 171.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 141 187 171 0.25 0 0.09 0.27 159.13 0.25 0.64
Hex 8D BB AB 19 0 9 1B 9F 19 40
Octal 215 273 253 31 0 11 33 237 31 100
Binary 10001101 10111011 10101011 11001 0 1001 11011 10011111 11001 1000000

Color Harmonies of #8DBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBAB

Black with #8DBBAB

Text Example


Text Example

White with #8DBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,171); }

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

background-color css

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

 a { background-color: rgb(141,187,171); }

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

border-color css

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

 span { border-color: rgb(141,187,171); }

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