Html Css Color HEX #8EB6B5 Conch

📋 copy color: '#8EB6B5'

red 142 ◦ green 182 ◦ blue 181

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

Shades of Conch #8EB6B5

Tints of Conch #8EB6B5

RGB

 RED value IS 142 (55.86% from 255) = 28.12%

 GREEN value IS 182 (71.48% from 255) = 36.04%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 28.12%
G = 36.04%
B = 35.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#8EB6B5 (or 0x8EB6B5) is known color: Conch. HEX triplet: 8E, B6 and B5. RGB value is (142,182,181). Sum of RGB (Red+Green+Blue) = 142+182+181=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6B5 is #71494A. Grayscale: #A9A9A9. Windows color (decimal): -7424331 or 11908750. OLE color: 11908750.

HSL color Cylindrical-coordinate representation of color #8EB6B5: hue angle of 178.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB6B5 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 182 181 -
CMYK 0.22 0 0.01 0.29
HSL 178.5º 0.22% 0.64% -
HSV(B) 178.5º 0.22% 0.71% -
XYZ 36.22 42.54 50.02 -
YUV 169.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 142 182 181 0.22 0 0.01 0.29 178.5 0.22 0.64
Hex 8E B6 B5 16 0 1 1D B2 16 40
Octal 216 266 265 26 0 1 35 262 26 100
Binary 10001110 10110110 10110101 10110 0 1 11101 10110010 10110 1000000

Color Harmonies of #8EB6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB6B5

Black with #8EB6B5

Text Example


Text Example

White with #8EB6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,182,181); }

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

background-color css

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

 a { background-color: rgb(142,182,181); }

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

border-color css

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

 span { border-color: rgb(142,182,181); }

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