Html Css Color HEX #73CBC2 Downy

📋 copy color: '#73CBC2'

red 115 ◦ green 203 ◦ blue 194

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

Shades of Downy #73CBC2

Tints of Downy #73CBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 22.46%
G = 39.65%
B = 37.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#73CBC2 (or 0x73CBC2) is known color: Downy. HEX triplet: 73, CB and C2. RGB value is (115,203,194). Sum of RGB (Red+Green+Blue) = 115+203+194=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBC2 is #8C343D. Grayscale: #AFAFAF. Windows color (decimal): -9188414 or 12766067. OLE color: 12766067.

HSL color Cylindrical-coordinate representation of color #73CBC2: hue angle of 173.86º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBC2 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 203 194 -
CMYK 0.43 0 0.04 0.20
HSL 173.86º 0.46% 0.62% -
HSV(B) 173.86º 0.43% 0.8% -
XYZ 38.16 50.25 58.73 -
YUV 175.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 115 203 194 0.43 0 0.04 0.20 173.86 0.46 0.62
Hex 73 CB C2 2B 0 4 14 AE 2E 3E
Octal 163 313 302 53 0 4 24 256 56 76
Binary 1110011 11001011 11000010 101011 0 100 10100 10101110 101110 111110

Color Harmonies of #73CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBC2

Black with #73CBC2

Text Example


Text Example

White with #73CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,203,194); }

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

background-color css

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

 a { background-color: rgb(115,203,194); }

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

border-color css

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

 span { border-color: rgb(115,203,194); }

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