Html Css Color HEX #8AB7AF Sea Nymph

📋 copy color: '#8AB7AF'

red 138 ◦ green 183 ◦ blue 175

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

Shades of Sea Nymph #8AB7AF

Tints of Sea Nymph #8AB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

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

R = 27.82%
G = 36.9%
B = 35.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#8AB7AF (or 0x8AB7AF) is known color: Sea Nymph. HEX triplet: 8A, B7 and AF. RGB value is (138,183,175). Sum of RGB (Red+Green+Blue) = 138+183+175=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB7AF is #754850. Grayscale: #A8A8A8. Windows color (decimal): -7686225 or 11515786. OLE color: 11515786.

HSL color Cylindrical-coordinate representation of color #8AB7AF: hue angle of 169.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB7AF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 175 -
CMYK 0.25 0 0.04 0.28
HSL 169.33º 0.24% 0.63% -
HSV(B) 169.33º 0.25% 0.72% -
XYZ 35.15 42.37 46.88 -
YUV 168.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 138 183 175 0.25 0 0.04 0.28 169.33 0.24 0.63
Hex 8A B7 AF 19 0 4 1C A9 18 3F
Octal 212 267 257 31 0 4 34 251 30 77
Binary 10001010 10110111 10101111 11001 0 100 11100 10101001 11000 111111

Color Harmonies of #8AB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB7AF

Black with #8AB7AF

Text Example


Text Example

White with #8AB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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