Html Css Color HEX #73CCCA Downy

📋 copy color: '#73CCCA'

red 115 ◦ green 204 ◦ blue 202

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

Shades of Downy #73CCCA

Tints of Downy #73CCCA

RGB

 RED value IS 115 (45.31% from 255) = 22.07%

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 22.07%
G = 39.16%
B = 38.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#73CCCA (or 0x73CCCA) is known color: Downy. HEX triplet: 73, CC and CA. RGB value is (115,204,202). Sum of RGB (Red+Green+Blue) = 115+204+202=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCCA is #8C3335. Grayscale: #B1B1B1. Windows color (decimal): -9188150 or 13290611. OLE color: 13290611.

HSL color Cylindrical-coordinate representation of color #73CCCA: hue angle of 178.65º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CCCA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 204 202 -
CMYK 0.44 0 0.01 0.2
HSL 178.65º 0.47% 0.63% -
HSV(B) 178.65º 0.44% 0.8% -
XYZ 39.32 51.09 63.67 -
YUV 177.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 115 204 202 0.44 0 0.01 0.2 178.65 0.47 0.63
Hex 73 CC CA 2C 0 1 14 B3 2F 3F
Octal 163 314 312 54 0 1 24 263 57 77
Binary 1110011 11001100 11001010 101100 0 1 10100 10110011 101111 111111

Color Harmonies of #73CCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CCCA

Black with #73CCCA

Text Example


Text Example

White with #73CCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73CCCA; }

 p { color: rgb(115,204,202); }

 H1.HeaderClassName
 {
   color: #73CCCA;
 }
 .AnyTagClassName
 {
   color: #73CCCA;
 }
</style>

background-color css

<style>
 a { background-color: #73CCCA; }

 a { background-color: rgb(115,204,202); }

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

border-color css

<style>
 span { border-color: #73CCCA; }

 span { border-color: rgb(115,204,202); }

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