Html Css Color HEX #8AB2AA Sea Nymph

📋 copy color: '#8AB2AA'

red 138 ◦ green 178 ◦ blue 170

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

Shades of Sea Nymph #8AB2AA

Tints of Sea Nymph #8AB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

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

R = 28.4%
G = 36.63%
B = 34.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#8AB2AA (or 0x8AB2AA) is known color: Sea Nymph. HEX triplet: 8A, B2 and AA. RGB value is (138,178,170). Sum of RGB (Red+Green+Blue) = 138+178+170=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB2AA is #754D55. Grayscale: #A5A5A5. Windows color (decimal): -7687510 or 11186826. OLE color: 11186826.

HSL color Cylindrical-coordinate representation of color #8AB2AA: hue angle of 168º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB2AA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 170 -
CMYK 0.22 0 0.04 0.30
HSL 168º 0.21% 0.62% -
HSV(B) 168º 0.22% 0.7% -
XYZ 33.66 40.15 44.01 -
YUV 165.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 138 178 170 0.22 0 0.04 0.30 168 0.21 0.62
Hex 8A B2 AA 16 0 4 1E A8 15 3E
Octal 212 262 252 26 0 4 36 250 25 76
Binary 10001010 10110010 10101010 10110 0 100 11110 10101000 10101 111110

Color Harmonies of #8AB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB2AA

Black with #8AB2AA

Text Example


Text Example

White with #8AB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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