#7CDDB8

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

Shades of Bermuda #7CDDB8

Tints of Bermuda #7CDDB8

Color information

#7CDDB8 (or 0x7CDDB8) is unknown color: approx Bermuda. HEX triplet: 7C, DD and B8. RGB value is (124,221,184). Sum of RGB (Red+Green+Blue) = 124+221+184=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDB8 is #832247. Grayscale: #BBBBBB. Windows color (decimal): -8593992 or 12115324. OLE color: 12115324.

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

Color convert

RGB124221184-
CMYK0.4400.170.13
HSL157.11º58.79%67.65%-
HSV(B)157.11º43.89%86.67%-
XYZ42.8259.4654.57-
YUV187.78125.8682.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.44%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=23.44%
G=41.78%
B=34.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211840.4400.170.13157.1158.7967.65
Hex7CDDB82C011D9d3b44
Octal174335270540211523573104
Binary111110011011101101110001011000100011101100111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,184); }

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

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

 a { background-color: rgb(124,221,184); }

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

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

 span { border-color: rgb(124,221,184); }

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