#7DCDC4

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

Shades of Bermuda #7DCDC4

Tints of Bermuda #7DCDC4

Color information

#7DCDC4 (or 0x7DCDC4) is unknown color: approx Bermuda. HEX triplet: 7D, CD and C4. RGB value is (125,205,196). Sum of RGB (Red+Green+Blue) = 125+205+196=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC4 is #82323B. Grayscale: #B4B4B4. Windows color (decimal): -8532540 or 12897661. OLE color: 12897661.

HSL color Cylindrical-coordinate representation of color #7DCDC4: hue angle of 173.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDC4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB125205196-
CMYK0.3900.040.20
HSL173.25º44.44%64.71%-
HSV(B)173.25º39.02%80.39%-
XYZ40.2552.0160.14-
YUV180.0513788.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.76%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=23.76%
G=38.97%
B=37.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051960.3900.040.20173.2544.4464.71
Hex7DCDC4270414ad2c41
Octal17531530447042425554101
Binary11111011100110111000100100111010010100101011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,196); }

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

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

 a { background-color: rgb(125,205,196); }

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

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

 span { border-color: rgb(125,205,196); }

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