Html Css Color HEX #8ABAAD Sea Nymph

📋 copy color: '#8ABAAD'

red 138 ◦ green 186 ◦ blue 173

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

Shades of Sea Nymph #8ABAAD

Tints of Sea Nymph #8ABAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 27.77%
G = 37.42%
B = 34.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#8ABAAD (or 0x8ABAAD) is known color: Sea Nymph. HEX triplet: 8A, BA and AD. RGB value is (138,186,173). Sum of RGB (Red+Green+Blue) = 138+186+173=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABAAD is #754552. Grayscale: #AAAAAA. Windows color (decimal): -7685459 or 11385482. OLE color: 11385482.

HSL color Cylindrical-coordinate representation of color #8ABAAD: hue angle of 163.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABAAD is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 173 -
CMYK 0.26 0 0.07 0.27
HSL 163.75º 0.26% 0.64% -
HSV(B) 163.75º 0.26% 0.73% -
XYZ 35.58 43.54 46.06 -
YUV 170.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 138 186 173 0.26 0 0.07 0.27 163.75 0.26 0.64
Hex 8A BA AD 1A 0 7 1B A4 1A 40
Octal 212 272 255 32 0 7 33 244 32 100
Binary 10001010 10111010 10101101 11010 0 111 11011 10100100 11010 1000000

Color Harmonies of #8ABAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAAD

Black with #8ABAAD

Text Example


Text Example

White with #8ABAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,173); }

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

background-color css

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

 a { background-color: rgb(138,186,173); }

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

border-color css

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

 span { border-color: rgb(138,186,173); }

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