Html Css Color HEX #74D0BB Downy

📋 copy color: '#74D0BB'

red 116 ◦ green 208 ◦ blue 187

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

Shades of Downy #74D0BB

Tints of Downy #74D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 22.7%
G = 40.7%
B = 36.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#74D0BB (or 0x74D0BB) is known color: Downy. HEX triplet: 74, D0 and BB. RGB value is (116,208,187). Sum of RGB (Red+Green+Blue) = 116+208+187=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #74D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0BB is #8B2F44. Grayscale: #B2B2B2. Windows color (decimal): -9121605 or 12308596. OLE color: 12308596.

HSL color Cylindrical-coordinate representation of color #74D0BB: hue angle of 166.3º degrees, saturation: 0.49, 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 #74D0BB is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 187 -
CMYK 0.44 0 0.10 0.18
HSL 166.3º 0.49% 0.64% -
HSV(B) 166.3º 0.44% 0.82% -
XYZ 38.73 52.41 55.09 -
YUV 178.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 116 208 187 0.44 0 0.10 0.18 166.3 0.49 0.64
Hex 74 D0 BB 2C 0 A 12 A6 31 40
Octal 164 320 273 54 0 12 22 246 61 100
Binary 1110100 11010000 10111011 101100 0 1010 10010 10100110 110001 1000000

Color Harmonies of #74D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D0BB

Black with #74D0BB

Text Example


Text Example

White with #74D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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