#7CCDC1

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

Shades of Bermuda #7CCDC1

Tints of Bermuda #7CCDC1

Color information

#7CCDC1 (or 0x7CCDC1) is unknown color: approx Bermuda. HEX triplet: 7C, CD and C1. RGB value is (124,205,193). Sum of RGB (Red+Green+Blue) = 124+205+193=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDC1 is #83323E. Grayscale: #B3B3B3. Windows color (decimal): -8598079 or 12701052. OLE color: 12701052.

HSL color Cylindrical-coordinate representation of color #7CCDC1: hue angle of 171.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDC1 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB124205193-
CMYK0.4000.060.20
HSL171.11º44.75%64.51%-
HSV(B)171.11º39.51%80.39%-
XYZ39.7751.858.35-
YUV179.41135.6688.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.75%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=23.75%
G=39.27%
B=36.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051930.4000.060.20171.1144.7564.51
Hex7CCDC1280614ab2d41
Octal17431530150062425355101
Binary11111001100110111000001101000011010100101010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,205,193); }

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

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

 a { background-color: rgb(124,205,193); }

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

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

 span { border-color: rgb(124,205,193); }

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