Html Css Color HEX #8BB5AF Sea Nymph

📋 copy color: '#8BB5AF'

red 139 ◦ green 181 ◦ blue 175

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

Shades of Sea Nymph #8BB5AF

Tints of Sea Nymph #8BB5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 28.08%
G = 36.57%
B = 35.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#8BB5AF (or 0x8BB5AF) is known color: Sea Nymph. HEX triplet: 8B, B5 and AF. RGB value is (139,181,175). Sum of RGB (Red+Green+Blue) = 139+181+175=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB5AF is #744A50. Grayscale: #A7A7A7. Windows color (decimal): -7621201 or 11515275. OLE color: 11515275.

HSL color Cylindrical-coordinate representation of color #8BB5AF: hue angle of 171.43º 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 #8BB5AF is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 181 175 -
CMYK 0.23 0 0.03 0.29
HSL 171.43º 0.22% 0.63% -
HSV(B) 171.43º 0.23% 0.71% -
XYZ 34.91 41.63 46.75 -
YUV 167.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 139 181 175 0.23 0 0.03 0.29 171.43 0.22 0.63
Hex 8B B5 AF 17 0 3 1D AB 16 3F
Octal 213 265 257 27 0 3 35 253 26 77
Binary 10001011 10110101 10101111 10111 0 11 11101 10101011 10110 111111

Color Harmonies of #8BB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5AF

Black with #8BB5AF

Text Example


Text Example

White with #8BB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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