Html Css Color HEX #72CEBA Downy

📋 copy color: '#72CEBA'

red 114 ◦ green 206 ◦ blue 186

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

Shades of Downy #72CEBA

Tints of Downy #72CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 22.53%
G = 40.71%
B = 36.76%

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

#72CEBA (or 0x72CEBA) is known color: Downy. HEX triplet: 72, CE and BA. RGB value is (114,206,186). Sum of RGB (Red+Green+Blue) = 114+206+186=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEBA is #8D3145. Grayscale: #B0B0B0. Windows color (decimal): -9253190 or 12242546. OLE color: 12242546.

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

Color convert

RGB 114 206 186 -
CMYK 0.45 0 0.10 0.19
HSL 166.96º 0.48% 0.63% -
HSV(B) 166.96º 0.45% 0.81% -
XYZ 37.87 51.27 54.35 -
YUV 176.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 114 206 186 0.45 0 0.10 0.19 166.96 0.48 0.63
Hex 72 CE BA 2D 0 A 13 A7 30 3F
Octal 162 316 272 55 0 12 23 247 60 77
Binary 1110010 11001110 10111010 101101 0 1010 10011 10100111 110000 111111

Color Harmonies of #72CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEBA

Black with #72CEBA

Text Example


Text Example

White with #72CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,206,186); }

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

background-color css

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

 a { background-color: rgb(114,206,186); }

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

border-color css

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

 span { border-color: rgb(114,206,186); }

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