Html Css Color HEX #73CBC4 Downy

📋 copy color: '#73CBC4'

red 115 ◦ green 203 ◦ blue 196

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

Shades of Downy #73CBC4

Tints of Downy #73CBC4

RGB

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

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

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

R = 22.37%
G = 39.49%
B = 38.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#73CBC4 (or 0x73CBC4) is known color: Downy. HEX triplet: 73, CB and C4. RGB value is (115,203,196). Sum of RGB (Red+Green+Blue) = 115+203+196=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBC4 is #8C343B. Grayscale: #AFAFAF. Windows color (decimal): -9188412 or 12897139. OLE color: 12897139.

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

Color convert

RGB 115 203 196 -
CMYK 0.43 0 0.03 0.20
HSL 175.23º 0.46% 0.62% -
HSV(B) 175.23º 0.43% 0.8% -
XYZ 38.39 50.34 59.92 -
YUV 175.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 115 203 196 0.43 0 0.03 0.20 175.23 0.46 0.62
Hex 73 CB C4 2B 0 3 14 AF 2E 3E
Octal 163 313 304 53 0 3 24 257 56 76
Binary 1110011 11001011 11000100 101011 0 11 10100 10101111 101110 111110

Color Harmonies of #73CBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBC4

Black with #73CBC4

Text Example


Text Example

White with #73CBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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