Html Css Color HEX #75CABB Downy

📋 copy color: '#75CABB'

red 117 ◦ green 202 ◦ blue 187

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

Shades of Downy #75CABB

Tints of Downy #75CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.92%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 23.12%
G = 39.92%
B = 36.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#75CABB (or 0x75CABB) is known color: Downy. HEX triplet: 75, CA and BB. RGB value is (117,202,187). Sum of RGB (Red+Green+Blue) = 117+202+187=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #75CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CABB is #8A3544. Grayscale: #AEAEAE. Windows color (decimal): -9057605 or 12307061. OLE color: 12307061.

HSL color Cylindrical-coordinate representation of color #75CABB: hue angle of 169.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CABB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 187 -
CMYK 0.42 0 0.07 0.21
HSL 169.41º 0.45% 0.63% -
HSV(B) 169.41º 0.42% 0.79% -
XYZ 37.43 49.61 54.62 -
YUV 174.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 117 202 187 0.42 0 0.07 0.21 169.41 0.45 0.63
Hex 75 CA BB 2A 0 7 15 A9 2D 3F
Octal 165 312 273 52 0 7 25 251 55 77
Binary 1110101 11001010 10111011 101010 0 111 10101 10101001 101101 111111

Color Harmonies of #75CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CABB

Black with #75CABB

Text Example


Text Example

White with #75CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,187); }

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

background-color css

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

 a { background-color: rgb(117,202,187); }

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

border-color css

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

 span { border-color: rgb(117,202,187); }

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