#7DCDC1

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

Shades of Bermuda #7DCDC1

Tints of Bermuda #7DCDC1

Color information

#7DCDC1 (or 0x7DCDC1) is unknown color: approx Bermuda. HEX triplet: 7D, CD and C1. RGB value is (125,205,193). Sum of RGB (Red+Green+Blue) = 125+205+193=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC1 is #82323E. Grayscale: #B3B3B3. Windows color (decimal): -8532543 or 12701053. OLE color: 12701053.

HSL color Cylindrical-coordinate representation of color #7DCDC1: hue angle of 171º 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 #7DCDC1 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB125205193-
CMYK0.3900.060.20
HSL171º44.44%64.71%-
HSV(B)171º39.02%80.39%-
XYZ39.9151.8758.36-
YUV179.71135.588.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=23.90%
G=39.20%
B=36.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051930.3900.060.2017144.4464.71
Hex7DCDC1270614ab2c41
Octal17531530147062425354101
Binary11111011100110111000001100111011010100101010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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