Html Css Color HEX #61C2DC Malibu

📋 copy color: '#61C2DC'

red 97 ◦ green 194 ◦ blue 220

#61C2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #61C2DC

Tints of Malibu #61C2DC

RGB

 RED value IS 97 (38.28% from 255) = 18.98%

 GREEN value IS 194 (76.17% from 255) = 37.96%

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 18.98%
G = 37.96%
B = 43.05%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61C2DC (or 0x61C2DC) is known color: Malibu. HEX triplet: 61, C2 and DC. RGB value is (97,194,220). Sum of RGB (Red+Green+Blue) = 97+194+220=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #61C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2DC is #9E3D23. Grayscale: #A7A7A7. Windows color (decimal): -10370340 or 14467681. OLE color: 14467681.

HSL color Cylindrical-coordinate representation of color #61C2DC: hue angle of 192.68º 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 #61C2DC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 194 220 -
CMYK 0.56 0.12 0 0.14
HSL 192.68º 0.64% 0.62% -
HSV(B) 192.68º 0.56% 0.86% -
XYZ 37.14 46.29 74.69 -
YUV 167.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 97 194 220 0.56 0.12 0 0.14 192.68 0.64 0.62
Hex 61 C2 DC 38 C 0 E C1 40 3E
Octal 141 302 334 70 14 0 16 301 100 76
Binary 1100001 11000010 11011100 111000 1100 0 1110 11000001 1000000 111110

Color Harmonies of #61C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2DC

Black with #61C2DC

Text Example


Text Example

White with #61C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61C2DC;
 }
 .AnyTagClassName
 {
   color: #61C2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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