Html Css Color HEX #75CFBD Downy

📋 copy color: '#75CFBD'

red 117 ◦ green 207 ◦ blue 189

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

Shades of Downy #75CFBD

Tints of Downy #75CFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 22.81%
G = 40.35%
B = 36.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#75CFBD (or 0x75CFBD) is known color: Downy. HEX triplet: 75, CF and BD. RGB value is (117,207,189). Sum of RGB (Red+Green+Blue) = 117+207+189=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFBD is #8A3042. Grayscale: #B2B2B2. Windows color (decimal): -9056323 or 12439413. OLE color: 12439413.

HSL color Cylindrical-coordinate representation of color #75CFBD: hue angle of 168º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CFBD is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 189 -
CMYK 0.43 0 0.09 0.19
HSL 168º 0.48% 0.64% -
HSV(B) 168º 0.43% 0.81% -
XYZ 38.83 52.08 56.15 -
YUV 178.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 117 207 189 0.43 0 0.09 0.19 168 0.48 0.64
Hex 75 CF BD 2B 0 9 13 A8 30 40
Octal 165 317 275 53 0 11 23 250 60 100
Binary 1110101 11001111 10111101 101011 0 1001 10011 10101000 110000 1000000

Color Harmonies of #75CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFBD

Black with #75CFBD

Text Example


Text Example

White with #75CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,207,189); }

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

background-color css

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

 a { background-color: rgb(117,207,189); }

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

border-color css

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

 span { border-color: rgb(117,207,189); }

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