Html Css Color HEX #75DBBE Downy

📋 copy color: '#75DBBE'

red 117 ◦ green 219 ◦ blue 190

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

Shades of Downy #75DBBE

Tints of Downy #75DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 22.24%
G = 41.63%
B = 36.12%

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

#75DBBE (or 0x75DBBE) is known color: Downy. HEX triplet: 75, DB and BE. RGB value is (117,219,190). Sum of RGB (Red+Green+Blue) = 117+219+190=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBBE is #8A2441. Grayscale: #B9B9B9. Windows color (decimal): -9053250 or 12508021. OLE color: 12508021.

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

Color convert

RGB 117 219 190 -
CMYK 0.47 0 0.13 0.14
HSL 162.94º 0.59% 0.66% -
HSV(B) 162.94º 0.47% 0.86% -
XYZ 41.96 58.16 57.73 -
YUV 185.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 117 219 190 0.47 0 0.13 0.14 162.94 0.59 0.66
Hex 75 DB BE 2F 0 D E A3 3B 42
Octal 165 333 276 57 0 15 16 243 73 102
Binary 1110101 11011011 10111110 101111 0 1101 1110 10100011 111011 1000010

Color Harmonies of #75DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBBE

Black with #75DBBE

Text Example


Text Example

White with #75DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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