Html Css Color HEX #72E5C3 Downy

📋 copy color: '#72E5C3'

red 114 ◦ green 229 ◦ blue 195

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

Shades of Downy #72E5C3

Tints of Downy #72E5C3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.57%

 BLUE value IS 195 (76.56% from 255) = 36.25%

R = 21.19%
G = 42.57%
B = 36.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#72E5C3 (or 0x72E5C3) is known color: Downy. HEX triplet: 72, E5 and C3. RGB value is (114,229,195). Sum of RGB (Red+Green+Blue) = 114+229+195=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E5C3 is #8D1A3C. Grayscale: #BEBEBE. Windows color (decimal): -9247293 or 12838258. OLE color: 12838258.

HSL color Cylindrical-coordinate representation of color #72E5C3: hue angle of 162.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E5C3 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 229 195 -
CMYK 0.50 0 0.15 0.10
HSL 162.26º 0.69% 0.67% -
HSV(B) 162.26º 0.5% 0.9% -
XYZ 44.81 63.56 61.54 -
YUV 190.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 114 229 195 0.50 0 0.15 0.10 162.26 0.69 0.67
Hex 72 E5 C3 32 0 F A A2 45 43
Octal 162 345 303 62 0 17 12 242 105 103
Binary 1110010 11100101 11000011 110010 0 1111 1010 10100010 1000101 1000011

Color Harmonies of #72E5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5C3

Black with #72E5C3

Text Example


Text Example

White with #72E5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,229,195); }

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

background-color css

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

 a { background-color: rgb(114,229,195); }

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

border-color css

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

 span { border-color: rgb(114,229,195); }

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