#7CDEB2

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

Shades of Bermuda #7CDEB2

Tints of Bermuda #7CDEB2

Color information

#7CDEB2 (or 0x7CDEB2) is unknown color: approx Bermuda. HEX triplet: 7C, DE and B2. RGB value is (124,222,178). Sum of RGB (Red+Green+Blue) = 124+222+178=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDEB2 is #83214D. Grayscale: #BBBBBB. Windows color (decimal): -8593742 or 11722364. OLE color: 11722364.

HSL color Cylindrical-coordinate representation of color #7CDEB2: hue angle of 153.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDEB2 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB124222178-
CMYK0.4400.200.13
HSL153.06º59.76%67.84%-
HSV(B)153.06º44.14%87.06%-
XYZ42.4759.7451.41-
YUV187.68122.5382.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.66%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=23.66%
G=42.37%
B=33.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242221780.4400.200.13153.0659.7667.84
Hex7CDEB22C014D993c44
Octal174336262540241523174104
Binary111110011011110101100101011000101001101100110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CDEB2; }

 p { color: rgb(124,222,178); }

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

<style>
 a { background-color: #7CDEB2; }

 a { background-color: rgb(124,222,178); }

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

<style>
 span { border-color: #7CDEB2; }

 span { border-color: rgb(124,222,178); }

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