Html Css Color HEX #61CBC0 Downy

📋 copy color: '#61CBC0'

red 97 ◦ green 203 ◦ blue 192

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

Shades of Downy #61CBC0

Tints of Downy #61CBC0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.26%

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 19.72%
G = 41.26%
B = 39.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#61CBC0 (or 0x61CBC0) is known color: Downy. HEX triplet: 61, CB and C0. RGB value is (97,203,192). Sum of RGB (Red+Green+Blue) = 97+203+192=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBC0 is #9E343F. Grayscale: #A9A9A9. Windows color (decimal): -10368064 or 12634977. OLE color: 12634977.

HSL color Cylindrical-coordinate representation of color #61CBC0: hue angle of 173.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CBC0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 203 192 -
CMYK 0.52 0 0.05 0.20
HSL 173.77º 0.5% 0.59% -
HSV(B) 173.77º 0.52% 0.8% -
XYZ 35.8 49.06 57.45 -
YUV 170.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 97 203 192 0.52 0 0.05 0.20 173.77 0.5 0.59
Hex 61 CB C0 34 0 5 14 AE 32 3B
Octal 141 313 300 64 0 5 24 256 62 73
Binary 1100001 11001011 11000000 110100 0 101 10100 10101110 110010 111011

Color Harmonies of #61CBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBC0

Black with #61CBC0

Text Example


Text Example

White with #61CBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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