Html Css Color HEX #75DABA Downy

📋 copy color: '#75DABA'

red 117 ◦ green 218 ◦ blue 186

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

Shades of Downy #75DABA

Tints of Downy #75DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

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

R = 22.46%
G = 41.84%
B = 35.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#75DABA (or 0x75DABA) is known color: Downy. HEX triplet: 75, DA and BA. RGB value is (117,218,186). Sum of RGB (Red+Green+Blue) = 117+218+186=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #75DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DABA is #8A2545. Grayscale: #B8B8B8. Windows color (decimal): -9053510 or 12245621. OLE color: 12245621.

HSL color Cylindrical-coordinate representation of color #75DABA: hue angle of 160.99º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DABA is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 186 -
CMYK 0.46 0 0.15 0.15
HSL 160.99º 0.58% 0.66% -
HSV(B) 160.99º 0.46% 0.85% -
XYZ 41.27 57.47 55.37 -
YUV 184.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 117 218 186 0.46 0 0.15 0.15 160.99 0.58 0.66
Hex 75 DA BA 2E 0 F F A1 3A 42
Octal 165 332 272 56 0 17 17 241 72 102
Binary 1110101 11011010 10111010 101110 0 1111 1111 10100001 111010 1000010

Color Harmonies of #75DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DABA

Black with #75DABA

Text Example


Text Example

White with #75DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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