Html Css Color HEX #8AB5AF Sea Nymph

📋 copy color: '#8AB5AF'

red 138 ◦ green 181 ◦ blue 175

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

Shades of Sea Nymph #8AB5AF

Tints of Sea Nymph #8AB5AF

RGB

 RED value IS 138 (54.3% from 255) = 27.94%

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

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

R = 27.94%
G = 36.64%
B = 35.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#8AB5AF (or 0x8AB5AF) is known color: Sea Nymph. HEX triplet: 8A, B5 and AF. RGB value is (138,181,175). Sum of RGB (Red+Green+Blue) = 138+181+175=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB5AF is #754A50. Grayscale: #A7A7A7. Windows color (decimal): -7686737 or 11515274. OLE color: 11515274.

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

Color convert

RGB 138 181 175 -
CMYK 0.24 0 0.03 0.29
HSL 171.63º 0.23% 0.63% -
HSV(B) 171.63º 0.24% 0.71% -
XYZ 34.74 41.55 46.75 -
YUV 167.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 138 181 175 0.24 0 0.03 0.29 171.63 0.23 0.63
Hex 8A B5 AF 18 0 3 1D AC 17 3F
Octal 212 265 257 30 0 3 35 254 27 77
Binary 10001010 10110101 10101111 11000 0 11 11101 10101100 10111 111111

Color Harmonies of #8AB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB5AF

Black with #8AB5AF

Text Example


Text Example

White with #8AB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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