Html Css Color HEX #8ABBAF Sea Nymph

📋 copy color: '#8ABBAF'

red 138 ◦ green 187 ◦ blue 175

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

Shades of Sea Nymph #8ABBAF

Tints of Sea Nymph #8ABBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.4%

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

R = 27.6%
G = 37.4%
B = 35%

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

#8ABBAF (or 0x8ABBAF) is known color: Sea Nymph. HEX triplet: 8A, BB and AF. RGB value is (138,187,175). Sum of RGB (Red+Green+Blue) = 138+187+175=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABBAF is #754450. Grayscale: #AAAAAA. Windows color (decimal): -7685201 or 11516810. OLE color: 11516810.

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

Color convert

RGB 138 187 175 -
CMYK 0.26 0 0.06 0.27
HSL 165.31º 0.26% 0.64% -
HSV(B) 165.31º 0.26% 0.73% -
XYZ 35.99 44.04 47.16 -
YUV 170.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 138 187 175 0.26 0 0.06 0.27 165.31 0.26 0.64
Hex 8A BB AF 1A 0 6 1B A5 1A 40
Octal 212 273 257 32 0 6 33 245 32 100
Binary 10001010 10111011 10101111 11010 0 110 11011 10100101 11010 1000000

Color Harmonies of #8ABBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBAF

Black with #8ABBAF

Text Example


Text Example

White with #8ABBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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