Html Css Color HEX #73CEBF Downy

📋 copy color: '#73CEBF'

red 115 ◦ green 206 ◦ blue 191

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

Shades of Downy #73CEBF

Tints of Downy #73CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 191 (75% from 255) = 37.3%

R = 22.46%
G = 40.23%
B = 37.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#73CEBF (or 0x73CEBF) is known color: Downy. HEX triplet: 73, CE and BF. RGB value is (115,206,191). Sum of RGB (Red+Green+Blue) = 115+206+191=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEBF is #8C3140. Grayscale: #B1B1B1. Windows color (decimal): -9187649 or 12570227. OLE color: 12570227.

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

Color convert

RGB 115 206 191 -
CMYK 0.44 0 0.07 0.19
HSL 170.11º 0.48% 0.63% -
HSV(B) 170.11º 0.44% 0.81% -
XYZ 38.55 51.55 57.21 -
YUV 177.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 115 206 191 0.44 0 0.07 0.19 170.11 0.48 0.63
Hex 73 CE BF 2C 0 7 13 AA 30 3F
Octal 163 316 277 54 0 7 23 252 60 77
Binary 1110011 11001110 10111111 101100 0 111 10011 10101010 110000 111111

Color Harmonies of #73CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEBF

Black with #73CEBF

Text Example


Text Example

White with #73CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,206,191); }

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

background-color css

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

 a { background-color: rgb(115,206,191); }

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

border-color css

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

 span { border-color: rgb(115,206,191); }

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