Html Css Color HEX #8ABAAF Sea Nymph

📋 copy color: '#8ABAAF'

red 138 ◦ green 186 ◦ blue 175

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

Shades of Sea Nymph #8ABAAF

Tints of Sea Nymph #8ABAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 27.66%
G = 37.27%
B = 35.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#8ABAAF (or 0x8ABAAF) is known color: Sea Nymph. HEX triplet: 8A, BA and AF. RGB value is (138,186,175). Sum of RGB (Red+Green+Blue) = 138+186+175=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABAAF is #754550. Grayscale: #AAAAAA. Windows color (decimal): -7685457 or 11516554. OLE color: 11516554.

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

Color convert

RGB 138 186 175 -
CMYK 0.26 0 0.06 0.27
HSL 166.25º 0.26% 0.64% -
HSV(B) 166.25º 0.26% 0.73% -
XYZ 35.78 43.62 47.09 -
YUV 170.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 138 186 175 0.26 0 0.06 0.27 166.25 0.26 0.64
Hex 8A BA AF 1A 0 6 1B A6 1A 40
Octal 212 272 257 32 0 6 33 246 32 100
Binary 10001010 10111010 10101111 11010 0 110 11011 10100110 11010 1000000

Color Harmonies of #8ABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAAF

Black with #8ABAAF

Text Example


Text Example

White with #8ABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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