Html Css Color HEX #8CC6BA Bermuda

📋 copy color: '#8CC6BA'

red 140 ◦ green 198 ◦ blue 186

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

Shades of Bermuda #8CC6BA

Tints of Bermuda #8CC6BA

RGB

 RED value IS 140 (55.08% from 255) = 26.72%

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 26.72%
G = 37.79%
B = 35.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#8CC6BA (or 0x8CC6BA) is known color: Bermuda. HEX triplet: 8C, C6 and BA. RGB value is (140,198,186). Sum of RGB (Red+Green+Blue) = 140+198+186=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC6BA is #733945. Grayscale: #B3B3B3. Windows color (decimal): -7551302 or 12240524. OLE color: 12240524.

HSL color Cylindrical-coordinate representation of color #8CC6BA: hue angle of 167.59º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC6BA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 186 -
CMYK 0.29 0 0.06 0.22
HSL 167.59º 0.34% 0.66% -
HSV(B) 167.59º 0.29% 0.78% -
XYZ 39.87 49.51 53.91 -
YUV 179.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 140 198 186 0.29 0 0.06 0.22 167.59 0.34 0.66
Hex 8C C6 BA 1D 0 6 16 A8 22 42
Octal 214 306 272 35 0 6 26 250 42 102
Binary 10001100 11000110 10111010 11101 0 110 10110 10101000 100010 1000010

Color Harmonies of #8CC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC6BA

Black with #8CC6BA

Text Example


Text Example

White with #8CC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,198,186); }

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

background-color css

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

 a { background-color: rgb(140,198,186); }

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

border-color css

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

 span { border-color: rgb(140,198,186); }

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