Html Css Color HEX #8BB5A3 Sea Nymph

📋 copy color: '#8BB5A3'

red 139 ◦ green 181 ◦ blue 163

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

Shades of Sea Nymph #8BB5A3

Tints of Sea Nymph #8BB5A3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 28.78%
G = 37.47%
B = 33.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#8BB5A3 (or 0x8BB5A3) is known color: Sea Nymph. HEX triplet: 8B, B5 and A3. RGB value is (139,181,163). Sum of RGB (Red+Green+Blue) = 139+181+163=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB5A3 is #744A5C. Grayscale: #A6A6A6. Windows color (decimal): -7621213 or 10728843. OLE color: 10728843.

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

Color convert

RGB 139 181 163 -
CMYK 0.23 0 0.10 0.29
HSL 154.29º 0.22% 0.63% -
HSV(B) 154.29º 0.23% 0.71% -
XYZ 33.78 41.18 40.82 -
YUV 166.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 139 181 163 0.23 0 0.10 0.29 154.29 0.22 0.63
Hex 8B B5 A3 17 0 A 1D 9A 16 3F
Octal 213 265 243 27 0 12 35 232 26 77
Binary 10001011 10110101 10100011 10111 0 1010 11101 10011010 10110 111111

Color Harmonies of #8BB5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5A3

Black with #8BB5A3

Text Example


Text Example

White with #8BB5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,181,163); }

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

background-color css

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

 a { background-color: rgb(139,181,163); }

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

border-color css

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

 span { border-color: rgb(139,181,163); }

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