#7CDFB4

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

Shades of Bermuda #7CDFB4

Tints of Bermuda #7CDFB4

Color information

#7CDFB4 (or 0x7CDFB4) is unknown color: approx Bermuda. HEX triplet: 7C, DF and B4. RGB value is (124,223,180). Sum of RGB (Red+Green+Blue) = 124+223+180=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFB4 is #83204B. Grayscale: #BCBCBC. Windows color (decimal): -8593484 or 11853692. OLE color: 11853692.

HSL color Cylindrical-coordinate representation of color #7CDFB4: hue angle of 153.94º degrees, saturation: 0.61, 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 #7CDFB4 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB124223180-
CMYK0.4400.190.13
HSL153.94º60.74%68.04%-
HSV(B)153.94º44.39%87.45%-
XYZ42.9460.3652.57-
YUV188.5123.282-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.53%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=23.53%
G=42.31%
B=34.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242231800.4400.190.13153.9460.7468.04
Hex7CDFB42C013D9a3d44
Octal174337264540231523275104
Binary111110011011111101101001011000100111101100110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,223,180); }

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

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

 a { background-color: rgb(124,223,180); }

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

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

 span { border-color: rgb(124,223,180); }

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