Html Css Color HEX #8BB3AC Sea Nymph

📋 copy color: '#8BB3AC'

red 139 ◦ green 179 ◦ blue 172

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

Shades of Sea Nymph #8BB3AC

Tints of Sea Nymph #8BB3AC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 28.37%
G = 36.53%
B = 35.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#8BB3AC (or 0x8BB3AC) is known color: Sea Nymph. HEX triplet: 8B, B3 and AC. RGB value is (139,179,172). Sum of RGB (Red+Green+Blue) = 139+179+172=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB3AC is #744C53. Grayscale: #A6A6A6. Windows color (decimal): -7621716 or 11318155. OLE color: 11318155.

HSL color Cylindrical-coordinate representation of color #8BB3AC: hue angle of 169.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB3AC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 179 172 -
CMYK 0.22 0 0.04 0.30
HSL 169.5º 0.21% 0.62% -
HSV(B) 169.5º 0.22% 0.7% -
XYZ 34.21 40.71 45.08 -
YUV 166.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 139 179 172 0.22 0 0.04 0.30 169.5 0.21 0.62
Hex 8B B3 AC 16 0 4 1E AA 15 3E
Octal 213 263 254 26 0 4 36 252 25 76
Binary 10001011 10110011 10101100 10110 0 100 11110 10101010 10101 111110

Color Harmonies of #8BB3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB3AC

Black with #8BB3AC

Text Example


Text Example

White with #8BB3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,179,172); }

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

background-color css

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

 a { background-color: rgb(139,179,172); }

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

border-color css

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

 span { border-color: rgb(139,179,172); }

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