#8AD4C4

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

Shades of Bermuda #8AD4C4

Tints of Bermuda #8AD4C4

Color information

#8AD4C4 (or 0x8AD4C4) is unknown color: approx Bermuda. HEX triplet: 8A, D4 and C4. RGB value is (138,212,196). Sum of RGB (Red+Green+Blue) = 138+212+196=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD4C4 is #752B3B. Grayscale: #BCBCBC. Windows color (decimal): -7678780 or 12899466. OLE color: 12899466.

HSL color Cylindrical-coordinate representation of color #8AD4C4: hue angle of 167.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD4C4 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB138212196-
CMYK0.3500.080.17
HSL167.03º46.25%68.63%-
HSV(B)167.03º34.91%83.14%-
XYZ43.9956.4860.81-
YUV188.05132.4892.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=25.27%
G=38.83%
B=35.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121960.3500.080.17167.0346.2568.63
Hex8AD4C4230811a72e45
Octal212324304430102124756105
Binary1000101011010100110001001000110100010001101001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,212,196); }

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

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

 a { background-color: rgb(138,212,196); }

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

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

 span { border-color: rgb(138,212,196); }

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