#7CCECC

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

Shades of Bermuda #7CCECC

Tints of Bermuda #7CCECC

Color information

#7CCECC (or 0x7CCECC) is unknown color: approx Bermuda. HEX triplet: 7C, CE and CC. RGB value is (124,206,204). Sum of RGB (Red+Green+Blue) = 124+206+204=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCECC is #833133. Grayscale: #B5B5B5. Windows color (decimal): -8597812 or 13422204. OLE color: 13422204.

HSL color Cylindrical-coordinate representation of color #7CCECC: hue angle of 178.54º 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 #7CCECC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB124206204-
CMYK0.4000.010.19
HSL178.54º45.56%64.71%-
HSV(B)178.54º39.81%80.78%-
XYZ41.2852.7965.14-
YUV181.25140.8387.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.22%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=23.22%
G=38.58%
B=38.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242062040.4000.010.19178.5445.5664.71
Hex7CCECC280113b32e41
Octal17431631450012326356101
Binary111110011001110110011001010000110011101100111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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