Html Css Color HEX #72D9CB Downy

📋 copy color: '#72D9CB'

red 114 ◦ green 217 ◦ blue 203

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

Shades of Downy #72D9CB

Tints of Downy #72D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 21.35%
G = 40.64%
B = 38.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#72D9CB (or 0x72D9CB) is known color: Downy. HEX triplet: 72, D9 and CB. RGB value is (114,217,203). Sum of RGB (Red+Green+Blue) = 114+217+203=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D9CB is #8D2634. Grayscale: #B8B8B8. Windows color (decimal): -9250357 or 13359474. OLE color: 13359474.

HSL color Cylindrical-coordinate representation of color #72D9CB: hue angle of 171.84º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D9CB is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 217 203 -
CMYK 0.47 0 0.06 0.15
HSL 171.84º 0.58% 0.65% -
HSV(B) 171.84º 0.47% 0.85% -
XYZ 42.53 57.51 65.36 -
YUV 184.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 114 217 203 0.47 0 0.06 0.15 171.84 0.58 0.65
Hex 72 D9 CB 2F 0 6 F AC 3A 41
Octal 162 331 313 57 0 6 17 254 72 101
Binary 1110010 11011001 11001011 101111 0 110 1111 10101100 111010 1000001

Color Harmonies of #72D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D9CB

Black with #72D9CB

Text Example


Text Example

White with #72D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,217,203); }

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

background-color css

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

 a { background-color: rgb(114,217,203); }

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

border-color css

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

 span { border-color: rgb(114,217,203); }

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