Html Css Color HEX #72DBBE Downy

📋 copy color: '#72DBBE'

red 114 ◦ green 219 ◦ blue 190

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

Shades of Downy #72DBBE

Tints of Downy #72DBBE

RGB

 RED value IS 114 (44.92% from 255) = 21.8%

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

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

R = 21.8%
G = 41.87%
B = 36.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#72DBBE (or 0x72DBBE) is known color: Downy. HEX triplet: 72, DB and BE. RGB value is (114,219,190). Sum of RGB (Red+Green+Blue) = 114+219+190=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBBE is #8D2441. Grayscale: #B8B8B8. Windows color (decimal): -9249858 or 12508018. OLE color: 12508018.

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

Color convert

RGB 114 219 190 -
CMYK 0.48 0 0.13 0.14
HSL 163.43º 0.59% 0.65% -
HSV(B) 163.43º 0.48% 0.86% -
XYZ 41.57 57.96 57.71 -
YUV 184.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 114 219 190 0.48 0 0.13 0.14 163.43 0.59 0.65
Hex 72 DB BE 30 0 D E A3 3B 41
Octal 162 333 276 60 0 15 16 243 73 101
Binary 1110010 11011011 10111110 110000 0 1101 1110 10100011 111011 1000001

Color Harmonies of #72DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBBE

Black with #72DBBE

Text Example


Text Example

White with #72DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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