Html Css Color HEX #8CC5BA Bermuda

📋 copy color: '#8CC5BA'

red 140 ◦ green 197 ◦ blue 186

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

Shades of Bermuda #8CC5BA

Tints of Bermuda #8CC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.67%

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

R = 26.77%
G = 37.67%
B = 35.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#8CC5BA (or 0x8CC5BA) is known color: Bermuda. HEX triplet: 8C, C5 and BA. RGB value is (140,197,186). Sum of RGB (Red+Green+Blue) = 140+197+186=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5BA is #733A45. Grayscale: #B2B2B2. Windows color (decimal): -7551558 or 12240268. OLE color: 12240268.

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

Color convert

RGB 140 197 186 -
CMYK 0.29 0 0.06 0.23
HSL 168.42º 0.33% 0.66% -
HSV(B) 168.42º 0.29% 0.77% -
XYZ 39.64 49.05 53.83 -
YUV 178.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 140 197 186 0.29 0 0.06 0.23 168.42 0.33 0.66
Hex 8C C5 BA 1D 0 6 17 A8 21 42
Octal 214 305 272 35 0 6 27 250 41 102
Binary 10001100 11000101 10111010 11101 0 110 10111 10101000 100001 1000010

Color Harmonies of #8CC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC5BA

Black with #8CC5BA

Text Example


Text Example

White with #8CC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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