#8AD8C1

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

Shades of Bermuda #8AD8C1

Tints of Bermuda #8AD8C1

Color information

#8AD8C1 (or 0x8AD8C1) is unknown color: approx Bermuda. HEX triplet: 8A, D8 and C1. RGB value is (138,216,193). Sum of RGB (Red+Green+Blue) = 138+216+193=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD8C1 is #75273E. Grayscale: #BEBEBE. Windows color (decimal): -7677759 or 12703882. OLE color: 12703882.

HSL color Cylindrical-coordinate representation of color #8AD8C1: hue angle of 162.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD8C1 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB138216193-
CMYK0.3600.110.15
HSL162.31º50%69.41%-
HSV(B)162.31º36.11%84.71%-
XYZ44.6658.3759.36-
YUV190.06129.6690.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=25.23%
G=39.49%
B=35.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382161930.3600.110.15162.315069.41
Hex8AD8C1240BFa23245
Octal212330301440131724262105
Binary100010101101100011000001100100010111111101000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,193); }

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

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

 a { background-color: rgb(138,216,193); }

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

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

 span { border-color: rgb(138,216,193); }

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