Html Css Color HEX #8ABAA5 Sea Nymph

📋 copy color: '#8ABAA5'

red 138 ◦ green 186 ◦ blue 165

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

Shades of Sea Nymph #8ABAA5

Tints of Sea Nymph #8ABAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 28.22%
G = 38.04%
B = 33.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#8ABAA5 (or 0x8ABAA5) is known color: Sea Nymph. HEX triplet: 8A, BA and A5. RGB value is (138,186,165). Sum of RGB (Red+Green+Blue) = 138+186+165=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABAA5 is #75455A. Grayscale: #A9A9A9. Windows color (decimal): -7685467 or 10861194. OLE color: 10861194.

HSL color Cylindrical-coordinate representation of color #8ABAA5: hue angle of 153.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 #8ABAA5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 165 -
CMYK 0.26 0 0.11 0.27
HSL 153.75º 0.26% 0.64% -
HSV(B) 153.75º 0.26% 0.73% -
XYZ 34.83 43.24 42.11 -
YUV 169.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 138 186 165 0.26 0 0.11 0.27 153.75 0.26 0.64
Hex 8A BA A5 1A 0 B 1B 9A 1A 40
Octal 212 272 245 32 0 13 33 232 32 100
Binary 10001010 10111010 10100101 11010 0 1011 11011 10011010 11010 1000000

Color Harmonies of #8ABAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAA5

Black with #8ABAA5

Text Example


Text Example

White with #8ABAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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