Html Css Color HEX #8DCEB6 Bermuda

📋 copy color: '#8DCEB6'

red 141 ◦ green 206 ◦ blue 182

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

Shades of Bermuda #8DCEB6

Tints of Bermuda #8DCEB6

RGB

 RED value IS 141 (55.47% from 255) = 26.65%

 GREEN value IS 206 (80.86% from 255) = 38.94%

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 26.65%
G = 38.94%
B = 34.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#8DCEB6 (or 0x8DCEB6) is known color: Bermuda. HEX triplet: 8D, CE and B6. RGB value is (141,206,182). Sum of RGB (Red+Green+Blue) = 141+206+182=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB6 is #723149. Grayscale: #B7B7B7. Windows color (decimal): -7483722 or 11980429. OLE color: 11980429.

HSL color Cylindrical-coordinate representation of color #8DCEB6: hue angle of 157.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEB6 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 206 182 -
CMYK 0.32 0 0.12 0.19
HSL 157.85º 0.4% 0.68% -
HSV(B) 157.85º 0.32% 0.81% -
XYZ 41.5 53.18 52.33 -
YUV 183.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 141 206 182 0.32 0 0.12 0.19 157.85 0.4 0.68
Hex 8D CE B6 20 0 C 13 9E 28 44
Octal 215 316 266 40 0 14 23 236 50 104
Binary 10001101 11001110 10110110 100000 0 1100 10011 10011110 101000 1000100

Color Harmonies of #8DCEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCEB6

Black with #8DCEB6

Text Example


Text Example

White with #8DCEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,182); }

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

background-color css

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

 a { background-color: rgb(141,206,182); }

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

border-color css

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

 span { border-color: rgb(141,206,182); }

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