Html Css Color HEX #74DBBE Downy

📋 copy color: '#74DBBE'

red 116 ◦ green 219 ◦ blue 190

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

Shades of Downy #74DBBE

Tints of Downy #74DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.71%

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

R = 22.1%
G = 41.71%
B = 36.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#74DBBE (or 0x74DBBE) is known color: Downy. HEX triplet: 74, DB and BE. RGB value is (116,219,190). Sum of RGB (Red+Green+Blue) = 116+219+190=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBBE is #8B2441. Grayscale: #B8B8B8. Windows color (decimal): -9118786 or 12508020. OLE color: 12508020.

HSL color Cylindrical-coordinate representation of color #74DBBE: hue angle of 163.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBBE is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 190 -
CMYK 0.47 0 0.13 0.14
HSL 163.11º 0.59% 0.66% -
HSV(B) 163.11º 0.47% 0.86% -
XYZ 41.83 58.09 57.72 -
YUV 184.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 116 219 190 0.47 0 0.13 0.14 163.11 0.59 0.66
Hex 74 DB BE 2F 0 D E A3 3B 42
Octal 164 333 276 57 0 15 16 243 73 102
Binary 1110100 11011011 10111110 101111 0 1101 1110 10100011 111011 1000010

Color Harmonies of #74DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBBE

Black with #74DBBE

Text Example


Text Example

White with #74DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,219,190); }

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

background-color css

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

 a { background-color: rgb(116,219,190); }

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

border-color css

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

 span { border-color: rgb(116,219,190); }

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