Html Css Color HEX #74D7BB Downy

📋 copy color: '#74D7BB'

red 116 ◦ green 215 ◦ blue 187

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

Shades of Downy #74D7BB

Tints of Downy #74D7BB

RGB

 RED value IS 116 (45.7% from 255) = 22.39%

 GREEN value IS 215 (84.38% from 255) = 41.51%

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

R = 22.39%
G = 41.51%
B = 36.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#74D7BB (or 0x74D7BB) is known color: Downy. HEX triplet: 74, D7 and BB. RGB value is (116,215,187). Sum of RGB (Red+Green+Blue) = 116+215+187=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D7BB is #8B2844. Grayscale: #B6B6B6. Windows color (decimal): -9119813 or 12310388. OLE color: 12310388.

HSL color Cylindrical-coordinate representation of color #74D7BB: hue angle of 163.03º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D7BB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 187 -
CMYK 0.46 0 0.13 0.16
HSL 163.03º 0.55% 0.65% -
HSV(B) 163.03º 0.46% 0.84% -
XYZ 40.47 55.9 55.67 -
YUV 182.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 116 215 187 0.46 0 0.13 0.16 163.03 0.55 0.65
Hex 74 D7 BB 2E 0 D 10 A3 37 41
Octal 164 327 273 56 0 15 20 243 67 101
Binary 1110100 11010111 10111011 101110 0 1101 10000 10100011 110111 1000001

Color Harmonies of #74D7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D7BB

Black with #74D7BB

Text Example


Text Example

White with #74D7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74D7BB; }

 p { color: rgb(116,215,187); }

 H1.HeaderClassName
 {
   color: #74D7BB;
 }
 .AnyTagClassName
 {
   color: #74D7BB;
 }
</style>

background-color css

<style>
 a { background-color: #74D7BB; }

 a { background-color: rgb(116,215,187); }

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

border-color css

<style>
 span { border-color: #74D7BB; }

 span { border-color: rgb(116,215,187); }

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