#8BD0C4

Color #8BD0C4 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #8BD0C4

Tints of Bermuda #8BD0C4

Color information

#8BD0C4 (or 0x8BD0C4) is unknown color: approx Bermuda. HEX triplet: 8B, D0 and C4. RGB value is (139,208,196). Sum of RGB (Red+Green+Blue) = 139+208+196=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD0C4 is #742F3B. Grayscale: #B9B9B9. Windows color (decimal): -7614268 or 12898443. OLE color: 12898443.

HSL color Cylindrical-coordinate representation of color #8BD0C4: hue angle of 169.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD0C4 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB139208196-
CMYK0.3300.060.18
HSL169.57º42.33%68.04%-
HSV(B)169.57º33.17%81.57%-
XYZ43.1754.5960.49-
YUV186133.6494.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=25.60%
G=38.31%
B=36.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081960.3300.060.18169.5742.3368.04
Hex8BD0C4210612aa2a44
Octal21332030441062225252104
Binary100010111101000011000100100001011010010101010101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,196); }

 H1.HeaderClassName
 {
   color: #8BD0C4;
 }
 .AnyTagClassName
 {
   color: #8BD0C4;
 }
</style>
background-color css

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

 a { background-color: rgb(139,208,196); }

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

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

 span { border-color: rgb(139,208,196); }

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