#7CCFCC

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

Shades of Bermuda #7CCFCC

Tints of Bermuda #7CCFCC

Color information

#7CCFCC (or 0x7CCFCC) is unknown color: approx Bermuda. HEX triplet: 7C, CF and CC. RGB value is (124,207,204). Sum of RGB (Red+Green+Blue) = 124+207+204=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFCC is #833033. Grayscale: #B5B5B5. Windows color (decimal): -8597556 or 13422460. OLE color: 13422460.

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

Color convert

RGB124207204-
CMYK0.4000.010.19
HSL177.83º46.37%64.9%-
HSV(B)177.83º40.1%81.18%-
XYZ41.5253.2765.22-
YUV181.84140.586.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.18%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=23.18%
G=38.69%
B=38.13%

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
Decimal1242072040.4000.010.19177.8346.3764.9
Hex7CCFCC280113b22e41
Octal17431731450012326256101
Binary111110011001111110011001010000110011101100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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