Html Css Color HEX #7ACEBD Downy

📋 copy color: '#7ACEBD'

red 122 ◦ green 206 ◦ blue 189

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

Shades of Downy #7ACEBD

Tints of Downy #7ACEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 23.6%
G = 39.85%
B = 36.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#7ACEBD (or 0x7ACEBD) is known color: Downy. HEX triplet: 7A, CE and BD. RGB value is (122,206,189). Sum of RGB (Red+Green+Blue) = 122+206+189=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEBD is #853142. Grayscale: #B2B2B2. Windows color (decimal): -8728899 or 12439162. OLE color: 12439162.

HSL color Cylindrical-coordinate representation of color #7ACEBD: hue angle of 167.86º 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 #7ACEBD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 189 -
CMYK 0.41 0 0.08 0.19
HSL 167.86º 0.46% 0.64% -
HSV(B) 167.86º 0.41% 0.81% -
XYZ 39.28 51.95 56.1 -
YUV 178.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 122 206 189 0.41 0 0.08 0.19 167.86 0.46 0.64
Hex 7A CE BD 29 0 8 13 A8 2E 40
Octal 172 316 275 51 0 10 23 250 56 100
Binary 1111010 11001110 10111101 101001 0 1000 10011 10101000 101110 1000000

Color Harmonies of #7ACEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEBD

Black with #7ACEBD

Text Example


Text Example

White with #7ACEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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