Html Css Color HEX #7ACFBC Downy

📋 copy color: '#7ACFBC'

red 122 ◦ green 207 ◦ blue 188

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

Shades of Downy #7ACFBC

Tints of Downy #7ACFBC

RGB

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

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

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

R = 23.6%
G = 40.04%
B = 36.36%

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

#7ACFBC (or 0x7ACFBC) is known color: Downy. HEX triplet: 7A, CF and BC. RGB value is (122,207,188). Sum of RGB (Red+Green+Blue) = 122+207+188=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFBC is #853043. Grayscale: #B3B3B3. Windows color (decimal): -8728644 or 12373882. OLE color: 12373882.

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

Color convert

RGB 122 207 188 -
CMYK 0.41 0 0.09 0.19
HSL 166.59º 0.47% 0.65% -
HSV(B) 166.59º 0.41% 0.81% -
XYZ 39.42 52.39 55.61 -
YUV 179.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 122 207 188 0.41 0 0.09 0.19 166.59 0.47 0.65
Hex 7A CF BC 29 0 9 13 A7 2F 41
Octal 172 317 274 51 0 11 23 247 57 101
Binary 1111010 11001111 10111100 101001 0 1001 10011 10100111 101111 1000001

Color Harmonies of #7ACFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACFBC

Black with #7ACFBC

Text Example


Text Example

White with #7ACFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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