#7FCDC4

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

Shades of Bermuda #7FCDC4

Tints of Bermuda #7FCDC4

Color information

#7FCDC4 (or 0x7FCDC4) is unknown color: approx Bermuda. HEX triplet: 7F, CD and C4. RGB value is (127,205,196). Sum of RGB (Red+Green+Blue) = 127+205+196=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDC4 is #80323B. Grayscale: #B4B4B4. Windows color (decimal): -8401468 or 12897663. OLE color: 12897663.

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

Color convert

RGB127205196-
CMYK0.3800.040.20
HSL173.08º43.82%65.1%-
HSV(B)173.08º38.05%80.39%-
XYZ40.5552.1660.16-
YUV180.65136.6689.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.05%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=24.05%
G=38.83%
B=37.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051960.3800.040.20173.0843.8265.1
Hex7FCDC4260414ad2c41
Octal17731530446042425554101
Binary11111111100110111000100100110010010100101011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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