Html Css Color HEX #74D1BB Downy

📋 copy color: '#74D1BB'

red 116 ◦ green 209 ◦ blue 187

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

Shades of Downy #74D1BB

Tints of Downy #74D1BB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.82%

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

R = 22.66%
G = 40.82%
B = 36.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#74D1BB (or 0x74D1BB) is known color: Downy. HEX triplet: 74, D1 and BB. RGB value is (116,209,187). Sum of RGB (Red+Green+Blue) = 116+209+187=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #74D1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D1BB is #8B2E44. Grayscale: #B2B2B2. Windows color (decimal): -9121349 or 12308852. OLE color: 12308852.

HSL color Cylindrical-coordinate representation of color #74D1BB: hue angle of 165.81º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D1BB is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 187 -
CMYK 0.44 0 0.11 0.18
HSL 165.81º 0.5% 0.64% -
HSV(B) 165.81º 0.44% 0.82% -
XYZ 38.97 52.9 55.17 -
YUV 178.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 116 209 187 0.44 0 0.11 0.18 165.81 0.5 0.64
Hex 74 D1 BB 2C 0 B 12 A6 32 40
Octal 164 321 273 54 0 13 22 246 62 100
Binary 1110100 11010001 10111011 101100 0 1011 10010 10100110 110010 1000000

Color Harmonies of #74D1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D1BB

Black with #74D1BB

Text Example


Text Example

White with #74D1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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