Html Css Color HEX #75DBC2 Downy

📋 copy color: '#75DBC2'

red 117 ◦ green 219 ◦ blue 194

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

Shades of Downy #75DBC2

Tints of Downy #75DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 22.08%
G = 41.32%
B = 36.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#75DBC2 (or 0x75DBC2) is known color: Downy. HEX triplet: 75, DB and C2. RGB value is (117,219,194). Sum of RGB (Red+Green+Blue) = 117+219+194=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBC2 is #8A243D. Grayscale: #B9B9B9. Windows color (decimal): -9053246 or 12770165. OLE color: 12770165.

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

Color convert

RGB 117 219 194 -
CMYK 0.47 0 0.11 0.14
HSL 165.29º 0.59% 0.66% -
HSV(B) 165.29º 0.47% 0.86% -
XYZ 42.41 58.34 60.06 -
YUV 185.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 117 219 194 0.47 0 0.11 0.14 165.29 0.59 0.66
Hex 75 DB C2 2F 0 B E A5 3B 42
Octal 165 333 302 57 0 13 16 245 73 102
Binary 1110101 11011011 11000010 101111 0 1011 1110 10100101 111011 1000010

Color Harmonies of #75DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBC2

Black with #75DBC2

Text Example


Text Example

White with #75DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,219,194); }

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

background-color css

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

 a { background-color: rgb(117,219,194); }

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

border-color css

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

 span { border-color: rgb(117,219,194); }

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