Html Css Color HEX #8BB6A4 Sea Nymph

📋 copy color: '#8BB6A4'

red 139 ◦ green 182 ◦ blue 164

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

Shades of Sea Nymph #8BB6A4

Tints of Sea Nymph #8BB6A4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 28.66%
G = 37.53%
B = 33.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#8BB6A4 (or 0x8BB6A4) is known color: Sea Nymph. HEX triplet: 8B, B6 and A4. RGB value is (139,182,164). Sum of RGB (Red+Green+Blue) = 139+182+164=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB6A4 is #74495B. Grayscale: #A7A7A7. Windows color (decimal): -7620956 or 10794635. OLE color: 10794635.

HSL color Cylindrical-coordinate representation of color #8BB6A4: hue angle of 154.88º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB6A4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 182 164 -
CMYK 0.24 0 0.10 0.29
HSL 154.88º 0.23% 0.63% -
HSV(B) 154.88º 0.24% 0.71% -
XYZ 34.08 41.63 41.36 -
YUV 167.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 139 182 164 0.24 0 0.10 0.29 154.88 0.23 0.63
Hex 8B B6 A4 18 0 A 1D 9B 17 3F
Octal 213 266 244 30 0 12 35 233 27 77
Binary 10001011 10110110 10100100 11000 0 1010 11101 10011011 10111 111111

Color Harmonies of #8BB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB6A4

Black with #8BB6A4

Text Example


Text Example

White with #8BB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,182,164); }

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

background-color css

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

 a { background-color: rgb(139,182,164); }

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

border-color css

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

 span { border-color: rgb(139,182,164); }

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