Html Css Color HEX #73CBC3 Downy

📋 copy color: '#73CBC3'

red 115 ◦ green 203 ◦ blue 195

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

Shades of Downy #73CBC3

Tints of Downy #73CBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.01%

R = 22.42%
G = 39.57%
B = 38.01%

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

#73CBC3 (or 0x73CBC3) is known color: Downy. HEX triplet: 73, CB and C3. RGB value is (115,203,195). Sum of RGB (Red+Green+Blue) = 115+203+195=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBC3 is #8C343C. Grayscale: #AFAFAF. Windows color (decimal): -9188413 or 12831603. OLE color: 12831603.

HSL color Cylindrical-coordinate representation of color #73CBC3: hue angle of 174.55º 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 #73CBC3 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 203 195 -
CMYK 0.43 0 0.04 0.20
HSL 174.55º 0.46% 0.62% -
HSV(B) 174.55º 0.43% 0.8% -
XYZ 38.28 50.3 59.32 -
YUV 175.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 115 203 195 0.43 0 0.04 0.20 174.55 0.46 0.62
Hex 73 CB C3 2B 0 4 14 AF 2E 3E
Octal 163 313 303 53 0 4 24 257 56 76
Binary 1110011 11001011 11000011 101011 0 100 10100 10101111 101110 111110

Color Harmonies of #73CBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBC3

Black with #73CBC3

Text Example


Text Example

White with #73CBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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