Html Css Color HEX #75EEB4 Downy

📋 copy color: '#75EEB4'

red 117 ◦ green 238 ◦ blue 180

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

Shades of Downy #75EEB4

Tints of Downy #75EEB4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 21.87%
G = 44.49%
B = 33.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#75EEB4 (or 0x75EEB4) is known color: Downy. HEX triplet: 75, EE and B4. RGB value is (117,238,180). Sum of RGB (Red+Green+Blue) = 117+238+180=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EEB4 is #8A114B. Grayscale: #C3C3C3. Windows color (decimal): -9048396 or 11857525. OLE color: 11857525.

HSL color Cylindrical-coordinate representation of color #75EEB4: hue angle of 151.24º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEB4 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 180 -
CMYK 0.51 0 0.24 0.07
HSL 151.24º 0.78% 0.7% -
HSV(B) 151.24º 0.51% 0.93% -
XYZ 46.15 68.23 53.92 -
YUV 195.21 119.41 72.22 -
System Red Green Blue C M Y K H S L
Decimal 117 238 180 0.51 0 0.24 0.07 151.24 0.78 0.7
Hex 75 EE B4 33 0 18 7 97 4E 46
Octal 165 356 264 63 0 30 7 227 116 106
Binary 1110101 11101110 10110100 110011 0 11000 111 10010111 1001110 1000110

Color Harmonies of #75EEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEB4

Black with #75EEB4

Text Example


Text Example

White with #75EEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,238,180); }

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

background-color css

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

 a { background-color: rgb(117,238,180); }

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

border-color css

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

 span { border-color: rgb(117,238,180); }

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