#84CEC9

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

Shades of Bermuda #84CEC9

Tints of Bermuda #84CEC9

Color information

#84CEC9 (or 0x84CEC9) is unknown color: approx Bermuda. HEX triplet: 84, CE and C9. RGB value is (132,206,201). Sum of RGB (Red+Green+Blue) = 132+206+201=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEC9 is #7B3136. Grayscale: #B7B7B7. Windows color (decimal): -8073527 or 13225604. OLE color: 13225604.

HSL color Cylindrical-coordinate representation of color #84CEC9: hue angle of 175.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CEC9 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB132206201-
CMYK0.3600.020.19
HSL175.95º43.02%66.27%-
HSV(B)175.95º35.92%80.78%-
XYZ42.1353.2763.32-
YUV183.3137.9891.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=24.49%
G=38.22%
B=37.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322062010.3600.020.19175.9543.0266.27
Hex84CEC9240213b02b42
Octal20431631144022326053102
Binary10000100110011101100100110010001010011101100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84CEC9; }

 p { color: rgb(132,206,201); }

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

<style>
 a { background-color: #84CEC9; }

 a { background-color: rgb(132,206,201); }

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

<style>
 span { border-color: #84CEC9; }

 span { border-color: rgb(132,206,201); }

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