Html Css Color HEX #72CFB8 Downy

📋 copy color: '#72CFB8'

red 114 ◦ green 207 ◦ blue 184

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

Shades of Downy #72CFB8

Tints of Downy #72CFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.44%

R = 22.57%
G = 40.99%
B = 36.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#72CFB8 (or 0x72CFB8) is known color: Downy. HEX triplet: 72, CF and B8. RGB value is (114,207,184). Sum of RGB (Red+Green+Blue) = 114+207+184=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFB8 is #8D3047. Grayscale: #B0B0B0. Windows color (decimal): -9252936 or 12111730. OLE color: 12111730.

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

Color convert

RGB 114 207 184 -
CMYK 0.45 0 0.11 0.19
HSL 165.16º 0.49% 0.63% -
HSV(B) 165.16º 0.45% 0.81% -
XYZ 37.9 51.66 53.32 -
YUV 176.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 114 207 184 0.45 0 0.11 0.19 165.16 0.49 0.63
Hex 72 CF B8 2D 0 B 13 A5 31 3F
Octal 162 317 270 55 0 13 23 245 61 77
Binary 1110010 11001111 10111000 101101 0 1011 10011 10100101 110001 111111

Color Harmonies of #72CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFB8

Black with #72CFB8

Text Example


Text Example

White with #72CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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