Html Css Color HEX #72CFB4 Downy

📋 copy color: '#72CFB4'

red 114 ◦ green 207 ◦ blue 180

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

Shades of Downy #72CFB4

Tints of Downy #72CFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 22.75%
G = 41.32%
B = 35.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#72CFB4 (or 0x72CFB4) is known color: Downy. HEX triplet: 72, CF and B4. RGB value is (114,207,180). Sum of RGB (Red+Green+Blue) = 114+207+180=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFB4 is #8D304B. Grayscale: #B0B0B0. Windows color (decimal): -9252940 or 11849586. OLE color: 11849586.

HSL color Cylindrical-coordinate representation of color #72CFB4: hue angle of 162.58º 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 #72CFB4 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 180 -
CMYK 0.45 0 0.13 0.19
HSL 162.58º 0.49% 0.63% -
HSV(B) 162.58º 0.45% 0.81% -
XYZ 37.49 51.5 51.14 -
YUV 176.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 114 207 180 0.45 0 0.13 0.19 162.58 0.49 0.63
Hex 72 CF B4 2D 0 D 13 A3 31 3F
Octal 162 317 264 55 0 15 23 243 61 77
Binary 1110010 11001111 10110100 101101 0 1101 10011 10100011 110001 111111

Color Harmonies of #72CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFB4

Black with #72CFB4

Text Example


Text Example

White with #72CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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