Html Css Color HEX #8AB7AA Sea Nymph

📋 copy color: '#8AB7AA'

red 138 ◦ green 183 ◦ blue 170

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

Shades of Sea Nymph #8AB7AA

Tints of Sea Nymph #8AB7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 28.11%
G = 37.27%
B = 34.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#8AB7AA (or 0x8AB7AA) is known color: Sea Nymph. HEX triplet: 8A, B7 and AA. RGB value is (138,183,170). Sum of RGB (Red+Green+Blue) = 138+183+170=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB7AA is #754855. Grayscale: #A8A8A8. Windows color (decimal): -7686230 or 11188106. OLE color: 11188106.

HSL color Cylindrical-coordinate representation of color #8AB7AA: hue angle of 162.67º 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 #8AB7AA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 170 -
CMYK 0.25 0 0.07 0.28
HSL 162.67º 0.24% 0.63% -
HSV(B) 162.67º 0.25% 0.72% -
XYZ 34.67 42.17 44.34 -
YUV 168.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 138 183 170 0.25 0 0.07 0.28 162.67 0.24 0.63
Hex 8A B7 AA 19 0 7 1C A3 18 3F
Octal 212 267 252 31 0 7 34 243 30 77
Binary 10001010 10110111 10101010 11001 0 111 11100 10100011 11000 111111

Color Harmonies of #8AB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB7AA

Black with #8AB7AA

Text Example


Text Example

White with #8AB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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