Html Css Color HEX #8ABEA6 Skeptic

📋 copy color: '#8ABEA6'

red 138 ◦ green 190 ◦ blue 166

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

Shades of Skeptic #8ABEA6

Tints of Skeptic #8ABEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.6%

R = 27.94%
G = 38.46%
B = 33.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#8ABEA6 (or 0x8ABEA6) is known color: Skeptic. HEX triplet: 8A, BE and A6. RGB value is (138,190,166). Sum of RGB (Red+Green+Blue) = 138+190+166=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABEA6 is #754159. Grayscale: #ABABAB. Windows color (decimal): -7684442 or 10927754. OLE color: 10927754.

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

Color convert

RGB 138 190 166 -
CMYK 0.27 0 0.13 0.25
HSL 152.31º 0.29% 0.64% -
HSV(B) 152.31º 0.27% 0.75% -
XYZ 35.78 44.98 42.87 -
YUV 171.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 138 190 166 0.27 0 0.13 0.25 152.31 0.29 0.64
Hex 8A BE A6 1B 0 D 19 98 1D 40
Octal 212 276 246 33 0 15 31 230 35 100
Binary 10001010 10111110 10100110 11011 0 1101 11001 10011000 11101 1000000

Color Harmonies of #8ABEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABEA6

Black with #8ABEA6

Text Example


Text Example

White with #8ABEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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