#7CCEC8

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

Shades of Bermuda #7CCEC8

Tints of Bermuda #7CCEC8

Color information

#7CCEC8 (or 0x7CCEC8) is unknown color: approx Bermuda. HEX triplet: 7C, CE and C8. RGB value is (124,206,200). Sum of RGB (Red+Green+Blue) = 124+206+200=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEC8 is #833137. Grayscale: #B4B4B4. Windows color (decimal): -8597816 or 13160060. OLE color: 13160060.

HSL color Cylindrical-coordinate representation of color #7CCEC8: hue angle of 175.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEC8 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB124206200-
CMYK0.4000.030.19
HSL175.61º45.56%64.71%-
HSV(B)175.61º39.81%80.78%-
XYZ40.8152.662.65-
YUV180.8138.8387.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.40%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=23.40%
G=38.87%
B=37.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242062000.4000.030.19175.6145.5664.71
Hex7CCEC8280313b02e41
Octal17431631050032326056101
Binary1111100110011101100100010100001110011101100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,206,200); }

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

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

 a { background-color: rgb(124,206,200); }

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

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

 span { border-color: rgb(124,206,200); }

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