Html Css Color HEX #76CFB8 Downy

📋 copy color: '#76CFB8'

red 118 ◦ green 207 ◦ blue 184

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

Shades of Downy #76CFB8

Tints of Downy #76CFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 23.18%
G = 40.67%
B = 36.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#76CFB8 (or 0x76CFB8) is known color: Downy. HEX triplet: 76, CF and B8. RGB value is (118,207,184). Sum of RGB (Red+Green+Blue) = 118+207+184=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFB8 is #893047. Grayscale: #B1B1B1. Windows color (decimal): -8990792 or 12111734. OLE color: 12111734.

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

Color convert

RGB 118 207 184 -
CMYK 0.43 0 0.11 0.19
HSL 164.49º 0.48% 0.64% -
HSV(B) 164.49º 0.43% 0.81% -
XYZ 38.44 51.94 53.35 -
YUV 177.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 118 207 184 0.43 0 0.11 0.19 164.49 0.48 0.64
Hex 76 CF B8 2B 0 B 13 A4 30 40
Octal 166 317 270 53 0 13 23 244 60 100
Binary 1110110 11001111 10111000 101011 0 1011 10011 10100100 110000 1000000

Color Harmonies of #76CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFB8

Black with #76CFB8

Text Example


Text Example

White with #76CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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