Html Css Color HEX #72C4BE Downy

📋 copy color: '#72C4BE'

red 114 ◦ green 196 ◦ blue 190

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

Shades of Downy #72C4BE

Tints of Downy #72C4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

 BLUE value IS 190 (74.61% from 255) = 38%

R = 22.8%
G = 39.2%
B = 38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#72C4BE (or 0x72C4BE) is known color: Downy. HEX triplet: 72, C4 and BE. RGB value is (114,196,190). Sum of RGB (Red+Green+Blue) = 114+196+190=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #72C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C4BE is #8D3B41. Grayscale: #AAAAAA. Windows color (decimal): -9255746 or 12502130. OLE color: 12502130.

HSL color Cylindrical-coordinate representation of color #72C4BE: hue angle of 175.61º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C4BE is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 196 190 -
CMYK 0.42 0 0.03 0.23
HSL 175.61º 0.41% 0.61% -
HSV(B) 175.61º 0.42% 0.77% -
XYZ 35.97 46.77 55.85 -
YUV 170.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 114 196 190 0.42 0 0.03 0.23 175.61 0.41 0.61
Hex 72 C4 BE 2A 0 3 17 B0 29 3D
Octal 162 304 276 52 0 3 27 260 51 75
Binary 1110010 11000100 10111110 101010 0 11 10111 10110000 101001 111101

Color Harmonies of #72C4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C4BE

Black with #72C4BE

Text Example


Text Example

White with #72C4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,196,190); }

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

background-color css

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

 a { background-color: rgb(114,196,190); }

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

border-color css

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

 span { border-color: rgb(114,196,190); }

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