Html Css Color HEX #8BBEA6 Skeptic

📋 copy color: '#8BBEA6'

red 139 ◦ green 190 ◦ blue 166

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

Shades of Skeptic #8BBEA6

Tints of Skeptic #8BBEA6

RGB

 RED value IS 139 (54.69% from 255) = 28.08%

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

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

R = 28.08%
G = 38.38%
B = 33.54%

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

#8BBEA6 (or 0x8BBEA6) is known color: Skeptic. HEX triplet: 8B, BE and A6. RGB value is (139,190,166). Sum of RGB (Red+Green+Blue) = 139+190+166=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEA6 is #744159. Grayscale: #ACACAC. Windows color (decimal): -7618906 or 10927755. OLE color: 10927755.

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

Color convert

RGB 139 190 166 -
CMYK 0.27 0 0.13 0.25
HSL 151.76º 0.28% 0.65% -
HSV(B) 151.76º 0.27% 0.75% -
XYZ 35.94 45.07 42.88 -
YUV 172.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 139 190 166 0.27 0 0.13 0.25 151.76 0.28 0.65
Hex 8B BE A6 1B 0 D 19 98 1C 41
Octal 213 276 246 33 0 15 31 230 34 101
Binary 10001011 10111110 10100110 11011 0 1101 11001 10011000 11100 1000001

Color Harmonies of #8BBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBEA6

Black with #8BBEA6

Text Example


Text Example

White with #8BBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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