Html Css Color HEX #76CFBF Downy

📋 copy color: '#76CFBF'

red 118 ◦ green 207 ◦ blue 191

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

Shades of Downy #76CFBF

Tints of Downy #76CFBF

RGB

 RED value IS 118 (46.48% from 255) = 22.87%

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 22.87%
G = 40.12%
B = 37.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#76CFBF (or 0x76CFBF) is known color: Downy. HEX triplet: 76, CF and BF. RGB value is (118,207,191). Sum of RGB (Red+Green+Blue) = 118+207+191=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFBF is #893040. Grayscale: #B2B2B2. Windows color (decimal): -8990785 or 12570486. OLE color: 12570486.

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

Color convert

RGB 118 207 191 -
CMYK 0.43 0 0.08 0.19
HSL 169.21º 0.48% 0.64% -
HSV(B) 169.21º 0.43% 0.81% -
XYZ 39.19 52.24 57.31 -
YUV 178.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 118 207 191 0.43 0 0.08 0.19 169.21 0.48 0.64
Hex 76 CF BF 2B 0 8 13 A9 30 40
Octal 166 317 277 53 0 10 23 251 60 100
Binary 1110110 11001111 10111111 101011 0 1000 10011 10101001 110000 1000000

Color Harmonies of #76CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFBF

Black with #76CFBF

Text Example


Text Example

White with #76CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CFBF; }

 p { color: rgb(118,207,191); }

 H1.HeaderClassName
 {
   color: #76CFBF;
 }
 .AnyTagClassName
 {
   color: #76CFBF;
 }
</style>

background-color css

<style>
 a { background-color: #76CFBF; }

 a { background-color: rgb(118,207,191); }

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

border-color css

<style>
 span { border-color: #76CFBF; }

 span { border-color: rgb(118,207,191); }

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