Html Css Color HEX #72CFC9 Downy

📋 copy color: '#72CFC9'

red 114 ◦ green 207 ◦ blue 201

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

Shades of Downy #72CFC9

Tints of Downy #72CFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 21.84%
G = 39.66%
B = 38.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#72CFC9 (or 0x72CFC9) is known color: Downy. HEX triplet: 72, CF and C9. RGB value is (114,207,201). Sum of RGB (Red+Green+Blue) = 114+207+201=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFC9 is #8D3036. Grayscale: #B2B2B2. Windows color (decimal): -9252919 or 13225842. OLE color: 13225842.

HSL color Cylindrical-coordinate representation of color #72CFC9: hue angle of 176.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFC9 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 201 -
CMYK 0.45 0 0.03 0.19
HSL 176.13º 0.49% 0.63% -
HSV(B) 176.13º 0.45% 0.81% -
XYZ 39.79 52.42 63.28 -
YUV 178.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 114 207 201 0.45 0 0.03 0.19 176.13 0.49 0.63
Hex 72 CF C9 2D 0 3 13 B0 31 3F
Octal 162 317 311 55 0 3 23 260 61 77
Binary 1110010 11001111 11001001 101101 0 11 10011 10110000 110001 111111

Color Harmonies of #72CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFC9

Black with #72CFC9

Text Example


Text Example

White with #72CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,201); }

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

background-color css

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

 a { background-color: rgb(114,207,201); }

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

border-color css

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

 span { border-color: rgb(114,207,201); }

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