#61C2D0

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

Shades of Malibu #61C2D0

Tints of Malibu #61C2D0

Color information

#61C2D0 (or 0x61C2D0) is unknown color: approx Malibu. HEX triplet: 61, C2 and D0. RGB value is (97,194,208). Sum of RGB (Red+Green+Blue) = 97+194+208=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #61C2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2D0 is #9E3D2F. Grayscale: #A6A6A6. Windows color (decimal): -10370352 or 13681249. OLE color: 13681249.

HSL color Cylindrical-coordinate representation of color #61C2D0: hue angle of 187.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C2D0 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97194208-
CMYK0.530.0700.18
HSL187.57º54.15%59.8%-
HSV(B)187.57º53.37%81.57%-
XYZ35.6145.6866.61-
YUV166.59151.3678.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.44%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=19.44%
G=38.88%
B=41.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971942080.530.0700.18187.5754.1559.8
Hex61C2D0357012bc363c
Octal1413023206570222746674
Binary1100001110000101101000011010111101001010111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,208); }

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

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

 a { background-color: rgb(97,194,208); }

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

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

 span { border-color: rgb(97,194,208); }

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