Html Css Color HEX #8ABCAF Sea Nymph

📋 copy color: '#8ABCAF'

red 138 ◦ green 188 ◦ blue 175

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

Shades of Sea Nymph #8ABCAF

Tints of Sea Nymph #8ABCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 27.54%
G = 37.52%
B = 34.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#8ABCAF (or 0x8ABCAF) is known color: Sea Nymph. HEX triplet: 8A, BC and AF. RGB value is (138,188,175). Sum of RGB (Red+Green+Blue) = 138+188+175=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCAF is #754350. Grayscale: #ABABAB. Windows color (decimal): -7684945 or 11517066. OLE color: 11517066.

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

Color convert

RGB 138 188 175 -
CMYK 0.27 0 0.07 0.26
HSL 164.4º 0.27% 0.64% -
HSV(B) 164.4º 0.27% 0.74% -
XYZ 36.2 44.46 47.23 -
YUV 171.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 138 188 175 0.27 0 0.07 0.26 164.4 0.27 0.64
Hex 8A BC AF 1B 0 7 1A A4 1B 40
Octal 212 274 257 33 0 7 32 244 33 100
Binary 10001010 10111100 10101111 11011 0 111 11010 10100100 11011 1000000

Color Harmonies of #8ABCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCAF

Black with #8ABCAF

Text Example


Text Example

White with #8ABCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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