#61C4DC

Color #61C4DC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #61C4DC

Tints of Malibu #61C4DC

Color information

#61C4DC (or 0x61C4DC) is unknown color: approx Malibu. HEX triplet: 61, C4 and DC. RGB value is (97,196,220). Sum of RGB (Red+Green+Blue) = 97+196+220=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #61C4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C4DC is #9E3B23. Grayscale: #A8A8A8. Windows color (decimal): -10369828 or 14468193. OLE color: 14468193.

HSL color Cylindrical-coordinate representation of color #61C4DC: hue angle of 191.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C4DC is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97196220-
CMYK0.560.1100.14
HSL191.71º63.73%62.16%-
HSV(B)191.71º55.91%86.27%-
XYZ37.5947.1974.84-
YUV169.14156.776.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.91%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=18.91%
G=38.21%
B=42.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971962200.560.1100.14191.7163.7362.16
Hex61C4DC38B0Ec0403e
Octal141304334701301630010076
Binary11000011100010011011100111000101101110110000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C4DC; }

 p { color: rgb(97,196,220); }

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

<style>
 a { background-color: #61C4DC; }

 a { background-color: rgb(97,196,220); }

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

<style>
 span { border-color: #61C4DC; }

 span { border-color: rgb(97,196,220); }

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