Html Css Color HEX #7ACFC2 Downy

📋 copy color: '#7ACFC2'

red 122 ◦ green 207 ◦ blue 194

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

Shades of Downy #7ACFC2

Tints of Downy #7ACFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 23.33%
G = 39.58%
B = 37.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#7ACFC2 (or 0x7ACFC2) is known color: Downy. HEX triplet: 7A, CF and C2. RGB value is (122,207,194). Sum of RGB (Red+Green+Blue) = 122+207+194=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFC2 is #85303D. Grayscale: #B4B4B4. Windows color (decimal): -8728638 or 12767098. OLE color: 12767098.

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

Color convert

RGB 122 207 194 -
CMYK 0.41 0 0.06 0.19
HSL 170.82º 0.47% 0.65% -
HSV(B) 170.82º 0.41% 0.81% -
XYZ 40.08 52.66 59.09 -
YUV 180.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 122 207 194 0.41 0 0.06 0.19 170.82 0.47 0.65
Hex 7A CF C2 29 0 6 13 AB 2F 41
Octal 172 317 302 51 0 6 23 253 57 101
Binary 1111010 11001111 11000010 101001 0 110 10011 10101011 101111 1000001

Color Harmonies of #7ACFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACFC2

Black with #7ACFC2

Text Example


Text Example

White with #7ACFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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