Html Css Color HEX #76CFBE Downy

📋 copy color: '#76CFBE'

red 118 ◦ green 207 ◦ blue 190

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

Shades of Downy #76CFBE

Tints of Downy #76CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 22.91%
G = 40.19%
B = 36.89%

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

#76CFBE (or 0x76CFBE) is known color: Downy. HEX triplet: 76, CF and BE. RGB value is (118,207,190). Sum of RGB (Red+Green+Blue) = 118+207+190=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFBE is #893041. Grayscale: #B2B2B2. Windows color (decimal): -8990786 or 12504950. OLE color: 12504950.

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

Color convert

RGB 118 207 190 -
CMYK 0.43 0 0.08 0.19
HSL 168.54º 0.48% 0.64% -
HSV(B) 168.54º 0.43% 0.81% -
XYZ 39.08 52.19 56.73 -
YUV 178.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 118 207 190 0.43 0 0.08 0.19 168.54 0.48 0.64
Hex 76 CF BE 2B 0 8 13 A9 30 40
Octal 166 317 276 53 0 10 23 251 60 100
Binary 1110110 11001111 10111110 101011 0 1000 10011 10101001 110000 1000000

Color Harmonies of #76CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFBE

Black with #76CFBE

Text Example


Text Example

White with #76CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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