Html Css Color HEX #7ACEBC Downy

📋 copy color: '#7ACEBC'

red 122 ◦ green 206 ◦ blue 188

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

Shades of Downy #7ACEBC

Tints of Downy #7ACEBC

RGB

 RED value IS 122 (48.05% from 255) = 23.64%

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 23.64%
G = 39.92%
B = 36.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#7ACEBC (or 0x7ACEBC) is known color: Downy. HEX triplet: 7A, CE and BC. RGB value is (122,206,188). Sum of RGB (Red+Green+Blue) = 122+206+188=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEBC is #853143. Grayscale: #B2B2B2. Windows color (decimal): -8728900 or 12373626. OLE color: 12373626.

HSL color Cylindrical-coordinate representation of color #7ACEBC: hue angle of 167.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEBC is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 188 -
CMYK 0.41 0 0.09 0.19
HSL 167.14º 0.46% 0.64% -
HSV(B) 167.14º 0.41% 0.81% -
XYZ 39.17 51.91 55.53 -
YUV 178.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 122 206 188 0.41 0 0.09 0.19 167.14 0.46 0.64
Hex 7A CE BC 29 0 9 13 A7 2E 40
Octal 172 316 274 51 0 11 23 247 56 100
Binary 1111010 11001110 10111100 101001 0 1001 10011 10100111 101110 1000000

Color Harmonies of #7ACEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEBC

Black with #7ACEBC

Text Example


Text Example

White with #7ACEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ACEBC; }

 p { color: rgb(122,206,188); }

 H1.HeaderClassName
 {
   color: #7ACEBC;
 }
 .AnyTagClassName
 {
   color: #7ACEBC;
 }
</style>

background-color css

<style>
 a { background-color: #7ACEBC; }

 a { background-color: rgb(122,206,188); }

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

border-color css

<style>
 span { border-color: #7ACEBC; }

 span { border-color: rgb(122,206,188); }

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