Html Css Color HEX #76CFBC Downy

📋 copy color: '#76CFBC'

red 118 ◦ green 207 ◦ blue 188

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

Shades of Downy #76CFBC

Tints of Downy #76CFBC

RGB

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

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

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

R = 23%
G = 40.35%
B = 36.65%

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

#76CFBC (or 0x76CFBC) is known color: Downy. HEX triplet: 76, CF and BC. RGB value is (118,207,188). Sum of RGB (Red+Green+Blue) = 118+207+188=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFBC is #893043. Grayscale: #B2B2B2. Windows color (decimal): -8990788 or 12373878. OLE color: 12373878.

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

Color convert

RGB 118 207 188 -
CMYK 0.43 0 0.09 0.19
HSL 167.19º 0.48% 0.64% -
HSV(B) 167.19º 0.43% 0.81% -
XYZ 38.86 52.11 55.59 -
YUV 178.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 118 207 188 0.43 0 0.09 0.19 167.19 0.48 0.64
Hex 76 CF BC 2B 0 9 13 A7 30 40
Octal 166 317 274 53 0 11 23 247 60 100
Binary 1110110 11001111 10111100 101011 0 1001 10011 10100111 110000 1000000

Color Harmonies of #76CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFBC

Black with #76CFBC

Text Example


Text Example

White with #76CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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