Html Css Color HEX #75DFBA Downy

📋 copy color: '#75DFBA'

red 117 ◦ green 223 ◦ blue 186

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

Shades of Downy #75DFBA

Tints of Downy #75DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 22.24%
G = 42.4%
B = 35.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#75DFBA (or 0x75DFBA) is known color: Downy. HEX triplet: 75, DF and BA. RGB value is (117,223,186). Sum of RGB (Red+Green+Blue) = 117+223+186=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFBA is #8A2045. Grayscale: #BBBBBB. Windows color (decimal): -9052230 or 12246901. OLE color: 12246901.

HSL color Cylindrical-coordinate representation of color #75DFBA: hue angle of 159.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFBA is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 186 -
CMYK 0.48 0 0.17 0.13
HSL 159.06º 0.62% 0.67% -
HSV(B) 159.06º 0.48% 0.87% -
XYZ 42.59 60.1 55.81 -
YUV 187.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 117 223 186 0.48 0 0.17 0.13 159.06 0.62 0.67
Hex 75 DF BA 30 0 11 D 9F 3E 43
Octal 165 337 272 60 0 21 15 237 76 103
Binary 1110101 11011111 10111010 110000 0 10001 1101 10011111 111110 1000011

Color Harmonies of #75DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFBA

Black with #75DFBA

Text Example


Text Example

White with #75DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,186); }

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

background-color css

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

 a { background-color: rgb(117,223,186); }

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

border-color css

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

 span { border-color: rgb(117,223,186); }

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