Html Css Color HEX #8AB3AA Sea Nymph

📋 copy color: '#8AB3AA'

red 138 ◦ green 179 ◦ blue 170

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

Shades of Sea Nymph #8AB3AA

Tints of Sea Nymph #8AB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 28.34%
G = 36.76%
B = 34.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#8AB3AA (or 0x8AB3AA) is known color: Sea Nymph. HEX triplet: 8A, B3 and AA. RGB value is (138,179,170). Sum of RGB (Red+Green+Blue) = 138+179+170=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB3AA is #754C55. Grayscale: #A5A5A5. Windows color (decimal): -7687254 or 11187082. OLE color: 11187082.

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

Color convert

RGB 138 179 170 -
CMYK 0.23 0 0.05 0.30
HSL 166.83º 0.21% 0.62% -
HSV(B) 166.83º 0.23% 0.7% -
XYZ 33.86 40.55 44.07 -
YUV 165.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 138 179 170 0.23 0 0.05 0.30 166.83 0.21 0.62
Hex 8A B3 AA 17 0 5 1E A7 15 3E
Octal 212 263 252 27 0 5 36 247 25 76
Binary 10001010 10110011 10101010 10111 0 101 11110 10100111 10101 111110

Color Harmonies of #8AB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB3AA

Black with #8AB3AA

Text Example


Text Example

White with #8AB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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