#61C2D5

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

Shades of Malibu #61C2D5

Tints of Malibu #61C2D5

Color information

#61C2D5 (or 0x61C2D5) is unknown color: approx Malibu. HEX triplet: 61, C2 and D5. RGB value is (97,194,213). Sum of RGB (Red+Green+Blue) = 97+194+213=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #61C2D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2D5 is #9E3D2A. Grayscale: #A6A6A6. Windows color (decimal): -10370347 or 14008929. OLE color: 14008929.

HSL color Cylindrical-coordinate representation of color #61C2D5: hue angle of 189.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61C2D5 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97194213-
CMYK0.540.0900.16
HSL189.83º58%60.78%-
HSV(B)189.83º54.46%83.53%-
XYZ36.2345.9369.91-
YUV167.16153.8677.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=19.25%
G=38.49%
B=42.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971942130.540.0900.16189.835860.78
Hex61C2D5369010be3a3d
Octal14130232566110202767275
Binary11000011100001011010101110110100101000010111110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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