Html Css Color HEX #8ABEA8 Sea Nymph

📋 copy color: '#8ABEA8'

red 138 ◦ green 190 ◦ blue 168

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

Shades of Sea Nymph #8ABEA8

Tints of Sea Nymph #8ABEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 27.82%
G = 38.31%
B = 33.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#8ABEA8 (or 0x8ABEA8) is known color: Sea Nymph. HEX triplet: 8A, BE and A8. RGB value is (138,190,168). Sum of RGB (Red+Green+Blue) = 138+190+168=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABEA8 is #754157. Grayscale: #ABABAB. Windows color (decimal): -7684440 or 11058826. OLE color: 11058826.

HSL color Cylindrical-coordinate representation of color #8ABEA8: hue angle of 154.62º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABEA8 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 190 168 -
CMYK 0.27 0 0.12 0.25
HSL 154.62º 0.29% 0.64% -
HSV(B) 154.62º 0.27% 0.75% -
XYZ 35.96 45.06 43.85 -
YUV 171.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 138 190 168 0.27 0 0.12 0.25 154.62 0.29 0.64
Hex 8A BE A8 1B 0 C 19 9B 1D 40
Octal 212 276 250 33 0 14 31 233 35 100
Binary 10001010 10111110 10101000 11011 0 1100 11001 10011011 11101 1000000

Color Harmonies of #8ABEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABEA8

Black with #8ABEA8

Text Example


Text Example

White with #8ABEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,190,168); }

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

background-color css

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

 a { background-color: rgb(138,190,168); }

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

border-color css

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

 span { border-color: rgb(138,190,168); }

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