Html Css Color HEX #72ECC1 Downy

📋 copy color: '#72ECC1'

red 114 ◦ green 236 ◦ blue 193

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

Shades of Downy #72ECC1

Tints of Downy #72ECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.54%

R = 20.99%
G = 43.46%
B = 35.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#72ECC1 (or 0x72ECC1) is known color: Downy. HEX triplet: 72, EC and C1. RGB value is (114,236,193). Sum of RGB (Red+Green+Blue) = 114+236+193=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECC1 is #8D133E. Grayscale: #C2C2C2. Windows color (decimal): -9245503 or 12708978. OLE color: 12708978.

HSL color Cylindrical-coordinate representation of color #72ECC1: hue angle of 158.85º 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 #72ECC1 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 193 -
CMYK 0.52 0 0.18 0.07
HSL 158.85º 0.76% 0.69% -
HSV(B) 158.85º 0.52% 0.93% -
XYZ 46.56 67.42 61.01 -
YUV 194.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 114 236 193 0.52 0 0.18 0.07 158.85 0.76 0.69
Hex 72 EC C1 34 0 12 7 9F 4C 45
Octal 162 354 301 64 0 22 7 237 114 105
Binary 1110010 11101100 11000001 110100 0 10010 111 10011111 1001100 1000101

Color Harmonies of #72ECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECC1

Black with #72ECC1

Text Example


Text Example

White with #72ECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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