Html Css Color HEX #75DCBF Downy

📋 copy color: '#75DCBF'

red 117 ◦ green 220 ◦ blue 191

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

Shades of Downy #75DCBF

Tints of Downy #75DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.17%

R = 22.16%
G = 41.67%
B = 36.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#75DCBF (or 0x75DCBF) is known color: Downy. HEX triplet: 75, DC and BF. RGB value is (117,220,191). Sum of RGB (Red+Green+Blue) = 117+220+191=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCBF is #8A2340. Grayscale: #B9B9B9. Windows color (decimal): -9052993 or 12573813. OLE color: 12573813.

HSL color Cylindrical-coordinate representation of color #75DCBF: hue angle of 163.11º 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 #75DCBF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 191 -
CMYK 0.47 0 0.13 0.14
HSL 163.11º 0.6% 0.66% -
HSV(B) 163.11º 0.47% 0.86% -
XYZ 42.33 58.73 58.4 -
YUV 185.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 117 220 191 0.47 0 0.13 0.14 163.11 0.6 0.66
Hex 75 DC BF 2F 0 D E A3 3C 42
Octal 165 334 277 57 0 15 16 243 74 102
Binary 1110101 11011100 10111111 101111 0 1101 1110 10100011 111100 1000010

Color Harmonies of #75DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCBF

Black with #75DCBF

Text Example


Text Example

White with #75DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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