Html Css Color HEX #61CBCA Downy

📋 copy color: '#61CBCA'

red 97 ◦ green 203 ◦ blue 202

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

Shades of Downy #61CBCA

Tints of Downy #61CBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 19.32%
G = 40.44%
B = 40.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#61CBCA (or 0x61CBCA) is known color: Downy. HEX triplet: 61, CB and CA. RGB value is (97,203,202). Sum of RGB (Red+Green+Blue) = 97+203+202=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBCA is #9E3435. Grayscale: #ABABAB. Windows color (decimal): -10368054 or 13290337. OLE color: 13290337.

HSL color Cylindrical-coordinate representation of color #61CBCA: hue angle of 179.43º 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 #61CBCA is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 203 202 -
CMYK 0.52 0 0.00 0.20
HSL 179.43º 0.5% 0.59% -
HSV(B) 179.43º 0.52% 0.8% -
XYZ 36.95 49.52 63.49 -
YUV 171.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 97 203 202 0.52 0 0.00 0.20 179.43 0.5 0.59
Hex 61 CB CA 34 0 0 14 B3 32 3B
Octal 141 313 312 64 0 0 24 263 62 73
Binary 1100001 11001011 11001010 110100 0 0 10100 10110011 110010 111011

Color Harmonies of #61CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBCA

Black with #61CBCA

Text Example


Text Example

White with #61CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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