#84CEC4

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

Shades of Bermuda #84CEC4

Tints of Bermuda #84CEC4

Color information

#84CEC4 (or 0x84CEC4) is unknown color: approx Bermuda. HEX triplet: 84, CE and C4. RGB value is (132,206,196). Sum of RGB (Red+Green+Blue) = 132+206+196=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEC4 is #7B313B. Grayscale: #B6B6B6. Windows color (decimal): -8073532 or 12897924. OLE color: 12897924.

HSL color Cylindrical-coordinate representation of color #84CEC4: hue angle of 171.89º 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 #84CEC4 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB132206196-
CMYK0.3600.050.19
HSL171.89º43.02%66.27%-
HSV(B)171.89º35.92%80.78%-
XYZ41.5553.0360.27-
YUV182.73135.4891.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=24.72%
G=38.58%
B=36.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322061960.3600.050.19171.8943.0266.27
Hex84CEC4240513ac2b42
Octal20431630444052325453102
Binary100001001100111011000100100100010110011101011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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