Html Css Color HEX #75CFBC Downy

📋 copy color: '#75CFBC'

red 117 ◦ green 207 ◦ blue 188

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

Shades of Downy #75CFBC

Tints of Downy #75CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 22.85%
G = 40.43%
B = 36.72%

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

#75CFBC (or 0x75CFBC) is known color: Downy. HEX triplet: 75, CF and BC. RGB value is (117,207,188). Sum of RGB (Red+Green+Blue) = 117+207+188=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFBC is #8A3043. Grayscale: #B1B1B1. Windows color (decimal): -9056324 or 12373877. OLE color: 12373877.

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

Color convert

RGB 117 207 188 -
CMYK 0.43 0 0.09 0.19
HSL 167.33º 0.48% 0.64% -
HSV(B) 167.33º 0.43% 0.81% -
XYZ 38.73 52.04 55.58 -
YUV 177.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 117 207 188 0.43 0 0.09 0.19 167.33 0.48 0.64
Hex 75 CF BC 2B 0 9 13 A7 30 40
Octal 165 317 274 53 0 11 23 247 60 100
Binary 1110101 11001111 10111100 101011 0 1001 10011 10100111 110000 1000000

Color Harmonies of #75CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFBC

Black with #75CFBC

Text Example


Text Example

White with #75CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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