Html Css Color HEX #73CFBE Downy

📋 copy color: '#73CFBE'

red 115 ◦ green 207 ◦ blue 190

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

Shades of Downy #73CFBE

Tints of Downy #73CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 22.46%
G = 40.43%
B = 37.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#73CFBE (or 0x73CFBE) is known color: Downy. HEX triplet: 73, CF and BE. RGB value is (115,207,190). Sum of RGB (Red+Green+Blue) = 115+207+190=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFBE is #8C3041. Grayscale: #B1B1B1. Windows color (decimal): -9187394 or 12504947. OLE color: 12504947.

HSL color Cylindrical-coordinate representation of color #73CFBE: hue angle of 168.91º 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 #73CFBE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 207 190 -
CMYK 0.44 0 0.08 0.19
HSL 168.91º 0.49% 0.63% -
HSV(B) 168.91º 0.44% 0.81% -
XYZ 38.68 51.99 56.71 -
YUV 177.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 115 207 190 0.44 0 0.08 0.19 168.91 0.49 0.63
Hex 73 CF BE 2C 0 8 13 A9 31 3F
Octal 163 317 276 54 0 10 23 251 61 77
Binary 1110011 11001111 10111110 101100 0 1000 10011 10101001 110001 111111

Color Harmonies of #73CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CFBE

Black with #73CFBE

Text Example


Text Example

White with #73CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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