Html Css Color HEX #73CFC4 Downy

📋 copy color: '#73CFC4'

red 115 ◦ green 207 ◦ blue 196

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

Shades of Downy #73CFC4

Tints of Downy #73CFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 22.2%
G = 39.96%
B = 37.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#73CFC4 (or 0x73CFC4) is known color: Downy. HEX triplet: 73, CF and C4. RGB value is (115,207,196). Sum of RGB (Red+Green+Blue) = 115+207+196=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFC4 is #8C303B. Grayscale: #B2B2B2. Windows color (decimal): -9187388 or 12898163. OLE color: 12898163.

HSL color Cylindrical-coordinate representation of color #73CFC4: hue angle of 172.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFC4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 207 196 -
CMYK 0.44 0 0.05 0.19
HSL 172.83º 0.49% 0.63% -
HSV(B) 172.83º 0.44% 0.81% -
XYZ 39.35 52.26 60.24 -
YUV 178.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 115 207 196 0.44 0 0.05 0.19 172.83 0.49 0.63
Hex 73 CF C4 2C 0 5 13 AD 31 3F
Octal 163 317 304 54 0 5 23 255 61 77
Binary 1110011 11001111 11000100 101100 0 101 10011 10101101 110001 111111

Color Harmonies of #73CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CFC4

Black with #73CFC4

Text Example


Text Example

White with #73CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,207,196); }

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

background-color css

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

 a { background-color: rgb(115,207,196); }

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

border-color css

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

 span { border-color: rgb(115,207,196); }

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