Html Css Color HEX #75CDB9 Downy

📋 copy color: '#75CDB9'

red 117 ◦ green 205 ◦ blue 185

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

Shades of Downy #75CDB9

Tints of Downy #75CDB9

RGB

 RED value IS 117 (46.09% from 255) = 23.08%

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 23.08%
G = 40.43%
B = 36.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#75CDB9 (or 0x75CDB9) is known color: Downy. HEX triplet: 75, CD and B9. RGB value is (117,205,185). Sum of RGB (Red+Green+Blue) = 117+205+185=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDB9 is #8A3246. Grayscale: #B0B0B0. Windows color (decimal): -9056839 or 12176757. OLE color: 12176757.

HSL color Cylindrical-coordinate representation of color #75CDB9: hue angle of 166.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CDB9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 205 185 -
CMYK 0.43 0 0.10 0.20
HSL 166.36º 0.47% 0.63% -
HSV(B) 166.36º 0.43% 0.8% -
XYZ 37.92 50.95 53.73 -
YUV 176.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 117 205 185 0.43 0 0.10 0.20 166.36 0.47 0.63
Hex 75 CD B9 2B 0 A 14 A6 2F 3F
Octal 165 315 271 53 0 12 24 246 57 77
Binary 1110101 11001101 10111001 101011 0 1010 10100 10100110 101111 111111

Color Harmonies of #75CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDB9

Black with #75CDB9

Text Example


Text Example

White with #75CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CDB9; }

 p { color: rgb(117,205,185); }

 H1.HeaderClassName
 {
   color: #75CDB9;
 }
 .AnyTagClassName
 {
   color: #75CDB9;
 }
</style>

background-color css

<style>
 a { background-color: #75CDB9; }

 a { background-color: rgb(117,205,185); }

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

border-color css

<style>
 span { border-color: #75CDB9; }

 span { border-color: rgb(117,205,185); }

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