Html Css Color HEX #75DCBB Downy

📋 copy color: '#75DCBB'

red 117 ◦ green 220 ◦ blue 187

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

Shades of Downy #75DCBB

Tints of Downy #75DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

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

R = 22.33%
G = 41.98%
B = 35.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#75DCBB (or 0x75DCBB) is known color: Downy. HEX triplet: 75, DC and BB. RGB value is (117,220,187). Sum of RGB (Red+Green+Blue) = 117+220+187=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCBB is #8A2344. Grayscale: #B9B9B9. Windows color (decimal): -9052997 or 12311669. OLE color: 12311669.

HSL color Cylindrical-coordinate representation of color #75DCBB: hue angle of 160.78º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCBB is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 187 -
CMYK 0.47 0 0.15 0.14
HSL 160.78º 0.6% 0.66% -
HSV(B) 160.78º 0.47% 0.86% -
XYZ 41.9 58.56 56.11 -
YUV 185.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 117 220 187 0.47 0 0.15 0.14 160.78 0.6 0.66
Hex 75 DC BB 2F 0 F E A1 3C 42
Octal 165 334 273 57 0 17 16 241 74 102
Binary 1110101 11011100 10111011 101111 0 1111 1110 10100001 111100 1000010

Color Harmonies of #75DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCBB

Black with #75DCBB

Text Example


Text Example

White with #75DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,187); }

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

background-color css

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

 a { background-color: rgb(117,220,187); }

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

border-color css

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

 span { border-color: rgb(117,220,187); }

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