Html Css Color HEX #75CFBB Downy

📋 copy color: '#75CFBB'

red 117 ◦ green 207 ◦ blue 187

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

Shades of Downy #75CFBB

Tints of Downy #75CFBB

RGB

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

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

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

R = 22.9%
G = 40.51%
B = 36.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#75CFBB (or 0x75CFBB) is known color: Downy. HEX triplet: 75, CF and BB. RGB value is (117,207,187). Sum of RGB (Red+Green+Blue) = 117+207+187=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFBB is #8A3044. Grayscale: #B1B1B1. Windows color (decimal): -9056325 or 12308341. OLE color: 12308341.

HSL color Cylindrical-coordinate representation of color #75CFBB: hue angle of 166.67º 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 #75CFBB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 187 -
CMYK 0.43 0 0.10 0.19
HSL 166.67º 0.48% 0.64% -
HSV(B) 166.67º 0.43% 0.81% -
XYZ 38.62 52 55.01 -
YUV 177.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 117 207 187 0.43 0 0.10 0.19 166.67 0.48 0.64
Hex 75 CF BB 2B 0 A 13 A7 30 40
Octal 165 317 273 53 0 12 23 247 60 100
Binary 1110101 11001111 10111011 101011 0 1010 10011 10100111 110000 1000000

Color Harmonies of #75CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFBB

Black with #75CFBB

Text Example


Text Example

White with #75CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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