Html Css Color HEX #72CFB7 Downy

📋 copy color: '#72CFB7'

red 114 ◦ green 207 ◦ blue 183

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

Shades of Downy #72CFB7

Tints of Downy #72CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.31%

R = 22.62%
G = 41.07%
B = 36.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#72CFB7 (or 0x72CFB7) is known color: Downy. HEX triplet: 72, CF and B7. RGB value is (114,207,183). Sum of RGB (Red+Green+Blue) = 114+207+183=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFB7 is #8D3048. Grayscale: #B0B0B0. Windows color (decimal): -9252937 or 12046194. OLE color: 12046194.

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

Color convert

RGB 114 207 183 -
CMYK 0.45 0 0.12 0.19
HSL 164.52º 0.49% 0.63% -
HSV(B) 164.52º 0.45% 0.81% -
XYZ 37.8 51.62 52.77 -
YUV 176.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 114 207 183 0.45 0 0.12 0.19 164.52 0.49 0.63
Hex 72 CF B7 2D 0 C 13 A5 31 3F
Octal 162 317 267 55 0 14 23 245 61 77
Binary 1110010 11001111 10110111 101101 0 1100 10011 10100101 110001 111111

Color Harmonies of #72CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFB7

Black with #72CFB7

Text Example


Text Example

White with #72CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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