Html Css Color HEX #73CBBB Downy

📋 copy color: '#73CBBB'

red 115 ◦ green 203 ◦ blue 187

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

Shades of Downy #73CBBB

Tints of Downy #73CBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 22.77%
G = 40.2%
B = 37.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#73CBBB (or 0x73CBBB) is known color: Downy. HEX triplet: 73, CB and BB. RGB value is (115,203,187). Sum of RGB (Red+Green+Blue) = 115+203+187=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBBB is #8C3444. Grayscale: #AEAEAE. Windows color (decimal): -9188421 or 12307315. OLE color: 12307315.

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

Color convert

RGB 115 203 187 -
CMYK 0.43 0 0.08 0.20
HSL 169.09º 0.46% 0.62% -
HSV(B) 169.09º 0.43% 0.8% -
XYZ 37.4 49.94 54.68 -
YUV 174.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 115 203 187 0.43 0 0.08 0.20 169.09 0.46 0.62
Hex 73 CB BB 2B 0 8 14 A9 2E 3E
Octal 163 313 273 53 0 10 24 251 56 76
Binary 1110011 11001011 10111011 101011 0 1000 10100 10101001 101110 111110

Color Harmonies of #73CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBBB

Black with #73CBBB

Text Example


Text Example

White with #73CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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