Html Css Color HEX #76DFBB Downy

📋 copy color: '#76DFBB'

red 118 ◦ green 223 ◦ blue 187

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

Shades of Downy #76DFBB

Tints of Downy #76DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

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

R = 22.35%
G = 42.23%
B = 35.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#76DFBB (or 0x76DFBB) is known color: Downy. HEX triplet: 76, DF and BB. RGB value is (118,223,187). Sum of RGB (Red+Green+Blue) = 118+223+187=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFBB is #892044. Grayscale: #BBBBBB. Windows color (decimal): -8986693 or 12312438. OLE color: 12312438.

HSL color Cylindrical-coordinate representation of color #76DFBB: hue angle of 159.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFBB is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 223 187 -
CMYK 0.47 0 0.16 0.13
HSL 159.43º 0.62% 0.67% -
HSV(B) 159.43º 0.47% 0.87% -
XYZ 42.83 60.21 56.38 -
YUV 187.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 118 223 187 0.47 0 0.16 0.13 159.43 0.62 0.67
Hex 76 DF BB 2F 0 10 D 9F 3E 43
Octal 166 337 273 57 0 20 15 237 76 103
Binary 1110110 11011111 10111011 101111 0 10000 1101 10011111 111110 1000011

Color Harmonies of #76DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFBB

Black with #76DFBB

Text Example


Text Example

White with #76DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,223,187); }

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

background-color css

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

 a { background-color: rgb(118,223,187); }

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

border-color css

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

 span { border-color: rgb(118,223,187); }

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