Html Css Color HEX #6ACFC1 Downy

📋 copy color: '#6ACFC1'

red 106 ◦ green 207 ◦ blue 193

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

Shades of Downy #6ACFC1

Tints of Downy #6ACFC1

RGB

 RED value IS 106 (41.8% from 255) = 20.95%

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

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 20.95%
G = 40.91%
B = 38.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6ACFC1 (or 0x6ACFC1) is known color: Downy. HEX triplet: 6A, CF and C1. RGB value is (106,207,193). Sum of RGB (Red+Green+Blue) = 106+207+193=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFC1 is #95303E. Grayscale: #AFAFAF. Windows color (decimal): -9777215 or 12701546. OLE color: 12701546.

HSL color Cylindrical-coordinate representation of color #6ACFC1: hue angle of 171.68º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFC1 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 207 193 -
CMYK 0.49 0 0.07 0.19
HSL 171.68º 0.51% 0.61% -
HSV(B) 171.68º 0.49% 0.81% -
XYZ 37.88 51.54 58.4 -
YUV 175.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 106 207 193 0.49 0 0.07 0.19 171.68 0.51 0.61
Hex 6A CF C1 31 0 7 13 AC 33 3D
Octal 152 317 301 61 0 7 23 254 63 75
Binary 1101010 11001111 11000001 110001 0 111 10011 10101100 110011 111101

Color Harmonies of #6ACFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACFC1

Black with #6ACFC1

Text Example


Text Example

White with #6ACFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACFC1; }

 p { color: rgb(106,207,193); }

 H1.HeaderClassName
 {
   color: #6ACFC1;
 }
 .AnyTagClassName
 {
   color: #6ACFC1;
 }
</style>

background-color css

<style>
 a { background-color: #6ACFC1; }

 a { background-color: rgb(106,207,193); }

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

border-color css

<style>
 span { border-color: #6ACFC1; }

 span { border-color: rgb(106,207,193); }

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