#61C0D0

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

Shades of Malibu #61C0D0

Tints of Malibu #61C0D0

Color information

#61C0D0 (or 0x61C0D0) is unknown color: approx Malibu. HEX triplet: 61, C0 and D0. RGB value is (97,192,208). Sum of RGB (Red+Green+Blue) = 97+192+208=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #61C0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0D0 is #9E3F2F. Grayscale: #A5A5A5. Windows color (decimal): -10370864 or 13680737. OLE color: 13680737.

HSL color Cylindrical-coordinate representation of color #61C0D0: hue angle of 188.65º 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 #61C0D0 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97192208-
CMYK0.530.0800.18
HSL188.65º54.15%59.8%-
HSV(B)188.65º53.37%81.57%-
XYZ35.1644.7966.47-
YUV165.42152.0379.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=19.52%
G=38.63%
B=41.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971922080.530.0800.18188.6554.1559.8
Hex61C0D0358012bd363c
Octal14130032065100222756674
Binary11000011100000011010000110101100001001010111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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