Html Css Color HEX #72ECBC Downy

📋 copy color: '#72ECBC'

red 114 ◦ green 236 ◦ blue 188

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

Shades of Downy #72ECBC

Tints of Downy #72ECBC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.87%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 21.19%
G = 43.87%
B = 34.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#72ECBC (or 0x72ECBC) is known color: Downy. HEX triplet: 72, EC and BC. RGB value is (114,236,188). Sum of RGB (Red+Green+Blue) = 114+236+188=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECBC is #8D1343. Grayscale: #C2C2C2. Windows color (decimal): -9245508 or 12381298. OLE color: 12381298.

HSL color Cylindrical-coordinate representation of color #72ECBC: hue angle of 156.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECBC is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 188 -
CMYK 0.52 0 0.20 0.07
HSL 156.39º 0.76% 0.69% -
HSV(B) 156.39º 0.52% 0.93% -
XYZ 46.01 67.2 58.12 -
YUV 194.05 124.58 70.9 -
System Red Green Blue C M Y K H S L
Decimal 114 236 188 0.52 0 0.20 0.07 156.39 0.76 0.69
Hex 72 EC BC 34 0 14 7 9C 4C 45
Octal 162 354 274 64 0 24 7 234 114 105
Binary 1110010 11101100 10111100 110100 0 10100 111 10011100 1001100 1000101

Color Harmonies of #72ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECBC

Black with #72ECBC

Text Example


Text Example

White with #72ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,188); }

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

background-color css

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

 a { background-color: rgb(114,236,188); }

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

border-color css

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

 span { border-color: rgb(114,236,188); }

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