Html Css Color HEX #72CFBB Downy

📋 copy color: '#72CFBB'

red 114 ◦ green 207 ◦ blue 187

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

Shades of Downy #72CFBB

Tints of Downy #72CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 22.44%
G = 40.75%
B = 36.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#72CFBB (or 0x72CFBB) is known color: Downy. HEX triplet: 72, CF and BB. RGB value is (114,207,187). Sum of RGB (Red+Green+Blue) = 114+207+187=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFBB is #8D3044. Grayscale: #B0B0B0. Windows color (decimal): -9252933 or 12308338. OLE color: 12308338.

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

Color convert

RGB 114 207 187 -
CMYK 0.45 0 0.10 0.19
HSL 167.1º 0.49% 0.63% -
HSV(B) 167.1º 0.45% 0.81% -
XYZ 38.22 51.79 55 -
YUV 176.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 114 207 187 0.45 0 0.10 0.19 167.1 0.49 0.63
Hex 72 CF BB 2D 0 A 13 A7 31 3F
Octal 162 317 273 55 0 12 23 247 61 77
Binary 1110010 11001111 10111011 101101 0 1010 10011 10100111 110001 111111

Color Harmonies of #72CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFBB

Black with #72CFBB

Text Example


Text Example

White with #72CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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