Html Css Color HEX #8CC7BA Bermuda

📋 copy color: '#8CC7BA'

red 140 ◦ green 199 ◦ blue 186

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

Shades of Bermuda #8CC7BA

Tints of Bermuda #8CC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

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

R = 26.67%
G = 37.9%
B = 35.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#8CC7BA (or 0x8CC7BA) is known color: Bermuda. HEX triplet: 8C, C7 and BA. RGB value is (140,199,186). Sum of RGB (Red+Green+Blue) = 140+199+186=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7BA is #733845. Grayscale: #B3B3B3. Windows color (decimal): -7551046 or 12240780. OLE color: 12240780.

HSL color Cylindrical-coordinate representation of color #8CC7BA: hue angle of 166.78º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7BA is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 199 186 -
CMYK 0.30 0 0.07 0.22
HSL 166.78º 0.35% 0.66% -
HSV(B) 166.78º 0.3% 0.78% -
XYZ 40.1 49.97 53.99 -
YUV 179.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 140 199 186 0.30 0 0.07 0.22 166.78 0.35 0.66
Hex 8C C7 BA 1E 0 7 16 A7 23 42
Octal 214 307 272 36 0 7 26 247 43 102
Binary 10001100 11000111 10111010 11110 0 111 10110 10100111 100011 1000010

Color Harmonies of #8CC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC7BA

Black with #8CC7BA

Text Example


Text Example

White with #8CC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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